Skip to content

Commit c99e985

Browse files
committed
also fix CI jobs
1 parent 808fac8 commit c99e985

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ jobs:
1212
publish:
1313
if: ${{ github.repository_owner == 'dart-lang' }}
1414
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
15+
permissions:
16+
contents: read # You might already have this, but it's good practice
17+
pull-requests: write # Add this line
18+
id-token: write # Add this line

0 commit comments

Comments
 (0)