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 a254a8d commit d2ba0f5Copy full SHA for d2ba0f5
.github/workflows/base-beta.yaml
@@ -38,6 +38,7 @@ jobs:
38
deployment:
39
permissions:
40
id-token: write
41
+ contents: write
42
uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
43
if: ${{ github.ref_type == 'tag' }}
44
needs: [build, example]
.github/workflows/base.yaml
@@ -35,6 +35,7 @@ jobs:
35
36
37
0 commit comments