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: