Skip to content

Commit

Permalink
Add pull-request permission; add note to checks perm
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Aug 3, 2023
1 parent ece74ba commit ea81eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
name: Test Build
runs-on: ubuntu-latest
permissions:
checks: write
checks: write # Create checks for commits
pull-requests: write # Add comments to PRs
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit ea81eae

Please sign in to comment.