From f8976ca3a18ff6924c656cd486c9691f613d833f Mon Sep 17 00:00:00 2001 From: Gar Date: Wed, 19 Apr 2023 13:38:21 -0700 Subject: [PATCH] fix: add id-token access to publish action (#303) --- .github/workflows/release.yml | 1 + lib/content/_job-release-integration.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88bf5a98..396a6090 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -322,6 +322,7 @@ jobs: shell: bash permissions: deployments: write + id-token: write steps: - name: Checkout uses: actions/checkout@v3 diff --git a/lib/content/_job-release-integration.yml b/lib/content/_job-release-integration.yml index 829d7fad..49ade657 100644 --- a/lib/content/_job-release-integration.yml +++ b/lib/content/_job-release-integration.yml @@ -5,6 +5,7 @@ defaults: shell: bash permissions: deployments: write + id-token: write steps: - name: Checkout uses: actions/checkout@v3