From 99502770ce66844bba076a780ed501597fa9ee3d Mon Sep 17 00:00:00 2001 From: Arize Onubiyi <55216051+Arizetbest@users.noreply.github.com> Date: Sun, 23 Aug 2026 23:27:15 +0300 Subject: [PATCH] Add permissions to workflow_run example --- .../workflows-and-actions/events-that-trigger-workflows.md | 3 +++ 1 file changed, 3 insertions(+) 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 %}