Skip to content

Commit c65ceb7

Browse files
committed
fix permission issue with gh-pages deploy action
1 parent 668b1e5 commit c65ceb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-app.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: write
14+
pages: write
15+
id-token: write
1416
steps:
1517
- name: Check out repository
1618
uses: actions/checkout@v4

0 commit comments

Comments
 (0)