From cf0aa3491735a7f81561a96237fb92524c16d436 Mon Sep 17 00:00:00 2001 From: JulieHillRoa Date: Tue, 20 Feb 2024 15:14:09 +0100 Subject: [PATCH] hm --- .github/workflows/deploy-unleash-api-token.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-unleash-api-token.yaml b/.github/workflows/deploy-unleash-api-token.yaml index 89e60c331a..be0dc2e5b9 100644 --- a/.github/workflows/deploy-unleash-api-token.yaml +++ b/.github/workflows/deploy-unleash-api-token.yaml @@ -13,6 +13,8 @@ jobs: name: Deploy unleash-apitoken to dev permissions: id-token: write + packages: write + contents: write runs-on: ubuntu-latest steps: - name: Checkout @@ -28,6 +30,8 @@ jobs: name: Deploy unleash-apitoken to prod permissions: id-token: write + packages: write + contents: write runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' steps: