Skip to content

Commit c55646b

Browse files
ci: add 'pages' permission for deployment job
1 parent 03b612a commit c55646b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/base.yaml

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

0 commit comments

Comments
 (0)