Skip to content

Commit bff073a

Browse files
ci: add 'pages' permission for deployment job in base-beta workflow
1 parent c55646b commit bff073a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/base-beta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
permissions:
4040
id-token: write
4141
contents: write
42+
pages: write
4243
uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
4344
if: ${{ github.ref_type == 'tag' }}
4445
needs: [build, example]

0 commit comments

Comments
 (0)