mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Add pull-requests: write
for GNU CI
This commit is contained in:
parent
97dd4824e5
commit
b4de65b4d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/GnuTests.yml
vendored
2
.github/workflows/GnuTests.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
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
|
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue