Skip to content

Commit cb5808d

Browse files
authored
Update publish.yml
1 parent 4cdd752 commit cb5808d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ on:
99
# Publish using the reusable workflow from dart-lang.
1010
jobs:
1111
publish:
12-
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
12+
permissions:
13+
id-token: write # Required for authentication using OIDC
14+
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 commit comments

Comments
 (0)