From 7ef9b876911ba18f463f30a8524e4909508ff131 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 14 Mar 2024 11:34:31 +0100 Subject: [PATCH] missing permissions --- .github/workflows/deploy-auto-merged-prs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy-auto-merged-prs.yml b/.github/workflows/deploy-auto-merged-prs.yml index 7204cda..1a6f41b 100644 --- a/.github/workflows/deploy-auto-merged-prs.yml +++ b/.github/workflows/deploy-auto-merged-prs.yml @@ -7,6 +7,11 @@ on: jobs: build: + permissions: + contents: read + checks: write + actions: read + id-token: write runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: @@ -36,6 +41,7 @@ jobs: permissions: contents: write packages: write + id-token: write steps: - uses: actions/checkout@v4 with: