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 c99e985 commit f4e352fCopy full SHA for f4e352f
.github/workflows/publish.yaml
@@ -13,6 +13,5 @@ jobs:
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
+ pull-requests: write
+ id-token: write
0 commit comments