From 4b1b6c91575b091262d686da4b88264b24a8b42b 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-unleash-api-token.yaml b/.github/workflows/deploy-unleash-api-token.yaml index 89e60c331a..34984f5a27 100644 --- a/.github/workflows/deploy-unleash-api-token.yaml +++ b/.github/workflows/deploy-unleash-api-token.yaml @@ -13,6 +13,7 @@ jobs: name: Deploy unleash-apitoken to dev permissions: id-token: write + packages: write runs-on: ubuntu-latest steps: - name: Checkout @@ -28,6 +29,7 @@ jobs: name: Deploy unleash-apitoken to prod permissions: id-token: write + packages: write runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' steps: