Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d880ca

Browse files
committed
add permissions to pub publish workflow
1 parent f53f021 commit 5d880ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- '[0-9]+.[0-9]+.[0-9]+*'
77

8+
permissions:
9+
contents: read
10+
id-token: write
11+
812
jobs:
913
publish:
1014
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 commit comments

Comments
 (0)