Skip to content

Commit

Permalink
Merge pull request #4018 from uutils/sylvestre-patch-3
Browse files Browse the repository at this point in the history
Remove unnecessary permissions
  • Loading branch information
sylvestre authored Oct 10, 2022
2 parents 91bb69f + 94b8602 commit 2cd9585
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/GnuTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
permissions:
actions: read # for dawidd6/action-download-artifact to query and download artifacts
contents: read # for actions/checkout to fetch code
issues: write # to publish comment
pull-requests: write # for dawidd6/action-download-artifact to query commit hash & publish comment
pull-requests: read # for dawidd6/action-download-artifact to query commit hash
name: Run GNU tests
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2cd9585

Please sign in to comment.