From 89528a1dfc1739dab95319dd566828d8782b2fa4 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Mon, 31 Jul 2023 12:40:05 -0500 Subject: [PATCH] Update release.yml Set token permission to contents: write --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66fba69..bb33518 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: [workflow_dispatch] permissions: # Exchange the OIDC token (JWT) for a cloud access token id-token: write # This is required for requesting the JWT - contents: read # This is required for actions/checkout + contents: write # This is required for actions/checkout jobs: build: