Skip to content

Commit e2c5d1d

Browse files
build: update deployment permissions to include write access for pages
1 parent 130b87b commit e2c5d1d

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
@@ -37,6 +37,7 @@ jobs:
3737
permissions:
3838
id-token: write
3939
contents: write
40+
pages: write
4041
uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
4142
if: ${{ github.ref_type == 'tag' }}
4243
needs: [build, example]

.github/workflows/base.yaml

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

0 commit comments

Comments
 (0)