Attempt to fix GH actions permission #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish to pub.dev | ||
on: | ||
push: | ||
tags: | ||
- 'v[0-9]+.[0-9]+.[0-9]+*' | ||
jobs: | ||
publish: | ||
permissions: | ||
Check failure on line 10 in .github/workflows/publish.yml GitHub Actions / Publish to pub.devInvalid workflow file
|
||
id-token: write # This is required for requesting the JWT | ||
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1 |