From 5baae796ac4ba9dd44ee5c54e3f540febb789287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roaldseth?= Date: Wed, 5 Jun 2024 09:15:44 +0200 Subject: [PATCH] =?UTF-8?q?Skru=20p=C3=A5=20write=20p=C3=A5=20id-token=20s?= =?UTF-8?q?=C3=A5=20vi=20f=C3=A5r=20deployet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8669020..c7d3400 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,10 @@ on: branches-ignore: - 'dependabot/**' +permissions: + contents: read + id-token: write + jobs: build: name: Build and publish Docker image