mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Merge pull request #4018 from uutils/sylvestre-patch-3
Remove unnecessary permissions
This commit is contained in:
commit
2cd95851d4
1 changed files with 1 additions and 2 deletions
3
.github/workflows/GnuTests.yml
vendored
3
.github/workflows/GnuTests.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue