We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97bd83 commit d4c6425Copy full SHA for d4c6425
.github/workflows/publish.yml
@@ -1,3 +1,4 @@
1
+#https://dart.dev/tools/pub/automated-publishing
2
name: Publish lint_quido to pub.dev
3
on:
4
push:
@@ -7,5 +8,9 @@ on:
7
8
jobs:
9
publish:
10
permissions:
- id-token: write
11
+ id-token: write # Required for authentication using OIDC
12
+ pull-requests: write
13
+ #visit https://github.com/dart-lang/ecosystem/blob/main/.github/workflows/publish.yaml
14
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
15
+ with:
16
+ use-flutter: true
0 commit comments