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 1f8ebc4 commit 764d3d3Copy full SHA for 764d3d3
.github/workflows/publish.yml
@@ -7,6 +7,8 @@ on:
7
8
jobs:
9
publish:
10
+ permissions:
11
+ id-token: write # Required for authentication using OIDC
12
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
13
# with:
14
# working-directory: path/to/package/within/repository
0 commit comments