From 9a46fc92f93a30b72a634d15dcf5c635fd83ba2b Mon Sep 17 00:00:00 2001 From: Jakob Havstein Eriksen Date: Sun, 10 Nov 2024 22:23:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Er=20det=20ikke=20"lov"=20=C3=A5?= =?UTF-8?q?=20kj=C3=B8re=20deploy-workflowen=20fra=20master=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_specific_commit_to_dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_specific_commit_to_dev.yml b/.github/workflows/deploy_specific_commit_to_dev.yml index c7b3a9d5e..aaadb2ee8 100644 --- a/.github/workflows/deploy_specific_commit_to_dev.yml +++ b/.github/workflows/deploy_specific_commit_to_dev.yml @@ -12,6 +12,7 @@ jobs: name: Lag en tag permissions: contents: write + actions: write # For å kunne kjøre workflowen fra master-branchen runs-on: ubuntu-latest outputs: tag: ${{ steps.lage-tag.outputs.tag }}