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: