Skip to content

Commit 90227c5

Browse files
authored
Fix permissions in the CI publish workflow. (#1720)
1 parent 121e5e3 commit 90227c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ on:
1212
jobs:
1313
publish:
1414
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
15+
permissions:
16+
id-token: write
17+
pull-requests: write

0 commit comments

Comments
 (0)