Skip to content

Commit d2ba0f5

Browse files
ci: add missing permissions for deployment job in workflow files
1 parent a254a8d commit d2ba0f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/base-beta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
deployment:
3939
permissions:
4040
id-token: write
41+
contents: write
4142
uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
4243
if: ${{ github.ref_type == 'tag' }}
4344
needs: [build, example]

.github/workflows/base.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
deployment:
3636
permissions:
3737
id-token: write
38+
contents: write
3839
uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
3940
if: ${{ github.ref_type == 'tag' }}
4041
needs: [build, example]

0 commit comments

Comments
 (0)