Skip to content

Commit 986934a

Browse files
Merge pull request #162 from flutter-form-builder-ecosystem/deandreamatias-github-pages
ci: Add pages permission for deployment in workflow beta
2 parents 7a561b8 + 6deffb4 commit 986934a

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
@@ -40,6 +40,7 @@ jobs:
4040
permissions:
4141
id-token: write
4242
contents: write
43+
pages: write
4344
uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
4445
with:
4546
enable-generate-l10n: true

.github/workflows/base.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
with:
4243
enable-generate-l10n: true

0 commit comments

Comments
 (0)