Skip to content

Commit 96cafb5

Browse files
fix: add 'pages' permission to deployment job in workflow files
1 parent 076e63f commit 96cafb5

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
@@ -38,6 +38,7 @@ jobs:
3838
permissions:
3939
id-token: write
4040
contents: write
41+
pages: 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
@@ -33,6 +33,7 @@ jobs:
3333
permissions:
3434
id-token: write
3535
contents: write
36+
pages: write
3637
uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
3738
if: ${{ github.ref_type == 'tag' }}
3839
needs: [build, example]

0 commit comments

Comments
 (0)