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.
2 parents f1d7f95 + 78032bf commit 498cef7Copy full SHA for 498cef7
1 file changed
.github/workflows/publish.yml
@@ -8,8 +8,11 @@ on:
8
9
jobs:
10
publish:
11
+ permissions:
12
+ contents: read
13
+ id-token: write
14
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
15
with:
16
# Specify the github actions deployment environment
17
environment: pub.dev
- # working-directory: path/to/package/within/repository
18
+ # working-directory: path/to/package/within/repository
0 commit comments