Skip to content

Commit cbbdcf2

Browse files
committed
Add permissions to artifact-links workflow (pull-requests: write, actions: read)
1 parent b7cf233 commit cbbdcf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/artifact-links.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
# Only run if the CI workflow was triggered by a pull_request
1212
if: ${{ github.event.workflow_run.event == 'pull_request' }}
13+
permissions:
14+
pull-requests: write
15+
actions: read
1316
steps:
1417
- name: Add artifact links to PR and issues
1518
uses: tonyhallett/[email protected]

0 commit comments

Comments
 (0)