Skip to content

Commit f4e352f

Browse files
committed
fix things
1 parent c99e985 commit f4e352f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ jobs:
1313
if: ${{ github.repository_owner == 'dart-lang' }}
1414
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
1515
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
16+
pull-requests: write
17+
id-token: write

0 commit comments

Comments
 (0)