From bcc2ee5fae43589e5ed649241d1af9ca42b9940f Mon Sep 17 00:00:00 2001 From: Frederik Krogsdal Jacobsen Date: Fri, 15 May 2026 14:54:47 +0200 Subject: [PATCH] Add permission to write to deployments. The integration tests need this to run the action. --- .github/workflows/pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 0aa2ceb9..fb7f84be 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -36,6 +36,8 @@ jobs: - run: npm run build:check integration-tests: + permissions: + deployments: write runs-on: ubuntu-latest needs: checks strategy: