We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808fac8 commit c99e985Copy full SHA for c99e985
.github/workflows/publish.yaml
@@ -12,3 +12,7 @@ jobs:
12
publish:
13
if: ${{ github.repository_owner == 'dart-lang' }}
14
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