Skip to content

Commit 779e192

Browse files
build: add 'pages' permission for deployment jobs in workflow files
1 parent 15ed0fa commit 779e192

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
@@ -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)