Skip to content

Commit

Permalink
Try read-permissions in pull-request workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 8, 2024
1 parent 4cddfbc commit a434ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
needs: [setup]
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
id-token: read
contents: read
pull-requests: read
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit a434ea3

Please sign in to comment.