From ddb27bf89d9e6f7221562fbe3e16aafacf92cd7a Mon Sep 17 00:00:00 2001 From: Alok G Singh Date: Tue, 23 Jan 2024 14:31:09 +0800 Subject: [PATCH] vbump --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98aee7405ac..54221f78b85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,6 +169,9 @@ jobs: ci: needs: - goreleaser + permissions: + id-token: write # AWS OIDC JWT + contents: read # actions/checkout runs-on: ubuntu-latest steps: @@ -368,4 +371,4 @@ jobs: ./test.sh ${{ needs.goreleaser.outputs.tag }} cd - fi - done \ No newline at end of file + done