Skip to content

Commit 39da1a9

Browse files
authored
ci: add id token write permissions (#1090)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 6016465 commit 39da1a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please.yml

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
needs: release-please
5555
runs-on: ubuntu-latest
5656
if: ${{ needs.release-please.outputs.release_created }}
57+
permissions:
58+
id-token: write
59+
contents: write
5760
steps:
5861
# The logic below handles the npm publication:
5962
- name: Checkout Repository

0 commit comments

Comments
 (0)