Skip to content

Commit fae91fb

Browse files
committed
Fix pages perms
1 parent c2e668e commit fae91fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
name: github-pages
6363
url: ${{ steps.deployment.outputs.page_url }}
6464
runs-on: ubuntu-latest
65+
permissions:
66+
contents: read
67+
pages: write
68+
id-token: write
6569
needs: build
6670
steps:
6771
- name: 'Deploy emulator to GitHub Pages'

0 commit comments

Comments
 (0)