diff --git a/content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md b/content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md index 0734cdc180c9..d91d2ec87363 100644 --- a/content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md +++ b/content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md @@ -1248,6 +1248,9 @@ on: jobs: download: runs-on: ubuntu-latest + permissions: + actions: read + issues: write steps: - name: 'Download artifact' uses: {% data reusables.actions.action-download-artifact %}