mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #4092 from sashashura/patch-4
GitHub Workflows security hardening
This commit is contained in:
commit
59d4cae7e9
1 changed files with 5 additions and 0 deletions
5
.github/workflows/GnuComment.yml
vendored
5
.github/workflows/GnuComment.yml
vendored
|
@ -6,8 +6,13 @@ on:
|
|||
types:
|
||||
- completed
|
||||
|
||||
permissions: {}
|
||||
jobs:
|
||||
post-comment:
|
||||
permissions:
|
||||
actions: read # to list workflow runs artifacts
|
||||
pull-requests: write # to comment on pr
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
if: >
|
||||
github.event.workflow_run.event == 'pull_request'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue