Skip to content

Commit

Permalink
Update publish.yml (#24)
Browse files Browse the repository at this point in the history
* ok, this will work when dude from Poznan will validate settings in pub.dev
  • Loading branch information
paulkastel authored Sep 16, 2024
1 parent e97bd83 commit d4c6425
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#https://dart.dev/tools/pub/automated-publishing
name: Publish lint_quido to pub.dev
on:
push:
Expand All @@ -7,5 +8,9 @@ on:
jobs:
publish:
permissions:
id-token: write
id-token: write # Required for authentication using OIDC
pull-requests: write
#visit https://github.com/dart-lang/ecosystem/blob/main/.github/workflows/publish.yaml
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
use-flutter: true

0 comments on commit d4c6425

Please sign in to comment.