Skip to content

Commit 0f98a42

Browse files
authored
Grant pull request and id-token permissions to publish workflow. (#3898)
* Grant pull request permission to publish workflow. * Address review comments.
1 parent 733bd3d commit 0f98a42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ jobs:
1616
with:
1717
write-comments: false
1818
sdk: dev
19+
permissions:
20+
id-token: write
21+
pull-requests: write

0 commit comments

Comments
 (0)