From 352807d7e660f2b788e9409cecb68e8a849e3d36 Mon Sep 17 00:00:00 2001 From: Morten Byhring Date: Wed, 8 Jan 2025 13:08:38 +0100 Subject: [PATCH] =?UTF-8?q?bytter=20til=20docker-build-push=20for=20=C3=A5?= =?UTF-8?q?=20generere=20sbom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/master.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index f0dfa223..7f84367d 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -17,7 +17,6 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - packages: write id-token: write # Service containers to run with `container-job` services: @@ -71,6 +70,9 @@ jobs: name: Deploy to DEV needs: build runs-on: ubuntu-latest + permissions: + contents: read + id-token: write steps: - uses: nais/deploy/actions/deploy@v2 env: