From 14b40a208132e8311109614417000d5977772334 Mon Sep 17 00:00:00 2001 From: Anders Nickelsen Date: Wed, 2 Oct 2024 11:14:51 +0200 Subject: [PATCH] Permissions, mmmh? --- .github/workflows/integration-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 9567c34..7354afd 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -3,6 +3,11 @@ name: Integration test on: push: +permissions: + id-token: write # This is required for requesting the JWT + contents: write # This is required for pushing tags and creating releases + actions: read # This is required for 8398a7/action-slack + jobs: build: runs-on: ubuntu-latest