Skip to content

Commit 05e2634

Browse files
ci: update deployment permissions to include write access for contents
1 parent 57838ce commit 05e2634

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/base-beta.yaml

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

.github/workflows/base.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
deployment:
3131
permissions:
3232
id-token: write
33+
contents: write
3334
uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
3435
if: ${{ github.ref_type == 'tag' }}
3536
needs: [build, example]

0 commit comments

Comments
 (0)