Skip to content

Commit 7b9369d

Browse files
committed
build: fix permission for updating deployment status
Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
1 parent 401a94b commit 7b9369d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
if: github.event.deployment.environment == 'production'
88
runs-on: ubuntu-latest
99
permissions:
10-
id-token: write # Required for OIDC trusted publishing to NPM
10+
id-token: write # Required for OIDC trusted publishing to NPM
11+
deployments: write # For updating deployment status
1112
contents: read
1213
env:
1314
GITHUB_TOKEN: '${{ secrets.GAUGEBOT_GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)