Skip to content

Commit 2c1d147

Browse files
authored
Add pull request and id-token write permissions to publish.yaml (#2595)
This is needed in order for packages to be published.
1 parent 8a8eaf1 commit 2c1d147

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/publish.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ jobs:
1515
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
1616
with:
1717
sdk: dev
18+
permissions:
19+
id-token: write
20+
pull-requests: write

0 commit comments

Comments
 (0)