Skip to content

Commit

Permalink
Fix permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Jun 19, 2023
1 parent 7b1b439 commit fe36907
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sugar_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
files: ./sugar/coverage/lcov.info

publish:
permissions:
contents: 'read'
id-token: 'write'
needs: [test, test-windows, test-macos, test-linux, test-web]
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
with:
Expand Down

0 comments on commit fe36907

Please sign in to comment.