Skip to content

Commit 4854093

Browse files
authored
Add pull request and id-token write permissions to publish.yaml (#351)
This is needed in order for packages to be published.
1 parent 33ed133 commit 4854093

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
@@ -14,3 +14,6 @@ jobs:
1414
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
1515
with:
1616
write-comments: false
17+
permissions:
18+
id-token: write
19+
pull-requests: write

0 commit comments

Comments
 (0)