From c8845caec66b12d954ebb0ddeb2aa4e2d8dc29b8 Mon Sep 17 00:00:00 2001 From: Kevin Pagtakhan Date: Thu, 12 May 2022 16:04:52 -0700 Subject: [PATCH] fix: fix release work flow perms to include write access to contents (#533) --- .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 c30eaae4..c3d240bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: needs: [authorize] permissions: id-token: write - contents: read + contents: write env: GIT_AUTHOR_NAME: amplitude-sdk-bot GIT_AUTHOR_EMAIL: amplitude-sdk-bot@users.noreply.github.com