1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Merge pull request #4018 from uutils/sylvestre-patch-3

Remove unnecessary permissions
This commit is contained in:
Sylvestre Ledru 2022-10-10 14:02:06 +02:00 committed by GitHub
commit 2cd95851d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,7 @@ jobs:
permissions: permissions:
actions: read # for dawidd6/action-download-artifact to query and download artifacts actions: read # for dawidd6/action-download-artifact to query and download artifacts
contents: read # for actions/checkout to fetch code contents: read # for actions/checkout to fetch code
issues: write # to publish comment pull-requests: read # for dawidd6/action-download-artifact to query commit hash
pull-requests: write # for dawidd6/action-download-artifact to query commit hash & publish comment
name: Run GNU tests name: Run GNU tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: