Skip to content

Commit

Permalink
add permissions to pub publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed Jun 20, 2023
1 parent f53f021 commit 5d880ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- '[0-9]+.[0-9]+.[0-9]+*'

permissions:
contents: read
id-token: write

jobs:
publish:
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 comments on commit 5d880ca

Please sign in to comment.