Skip to content

Commit

Permalink
Add permissions.pull-requests: write to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeAbby committed Dec 18, 2024
1 parent 70009ef commit 4086f5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
needs: ["test"]
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.event.pull_request != null) }}
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Get Main Test Results File
Expand Down

0 comments on commit 4086f5c

Please sign in to comment.