Skip to content

Commit df39583

Browse files
authored
Add required permissions to the workflow_run example
1 parent b07cfbc commit df39583

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,9 @@ on:
12481248
jobs:
12491249
download:
12501250
runs-on: ubuntu-latest
1251+
permissions:
1252+
actions: read
1253+
issues: write
12511254
steps:
12521255
- name: 'Download artifact'
12531256
uses: {% data reusables.actions.action-download-artifact %}

0 commit comments

Comments
 (0)