From 992ee88308d5e4e750418a1df642501c65ba8bc4 Mon Sep 17 00:00:00 2001 From: JulieHillRoa Date: Tue, 20 Feb 2024 15:20:28 +0100 Subject: [PATCH] =?UTF-8?q?trigge=20unleash-api-token-workflow=20p=C3=A5?= =?UTF-8?q?=20nytt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-unleash-api-token.yaml | 1 - .github/workflows/main.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/workflows/deploy-unleash-api-token.yaml b/.github/workflows/deploy-unleash-api-token.yaml index c80536f3b2..13150d1b76 100644 --- a/.github/workflows/deploy-unleash-api-token.yaml +++ b/.github/workflows/deploy-unleash-api-token.yaml @@ -12,7 +12,6 @@ on: permissions: id-token: write - jobs: deploy-dev: name: Deploy unleash-apitoken to dev diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1127e256c3..b0df81d062 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,8 +35,6 @@ jobs: if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master' outputs: image: ${{ steps.docker-build-push.outputs.image }} - permissions: - id-token: write steps: - name: Checkout uses: actions/checkout@v4