From 2b361f53d8a5d655da5521649ce1b9a3fa54fcf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amalie=20Mans=C3=A5ker?= Date: Wed, 12 Jul 2023 14:59:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=82=20Oppdaterer=20permissions=20for?= =?UTF-8?q?=20=C3=A5=20bygge=20docker=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Markus A. R. Johansen Co-authored-by: Hege Haavaldsen Co-authored-by: Helene Arnesen Co-authored-by: Øydis Kind Refsum Co-authored-by: Christian Bulow Skovborg --- .github/workflows/build-and-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 0537d1c..8934acd 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -8,6 +8,9 @@ jobs: build: name: "build" runs-on: "ubuntu-latest" + permissions: + contents: "read" + id-token: "write" steps: - uses: "actions/checkout@v3" - uses: "actions/setup-java@v3"