Skip to content

Commit 94dcb66

Browse files
try adding token permissions
1 parent f228a8e commit 94dcb66

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
url: ${{ steps.deployment.outputs.page_url }}
2828
runs-on: ubuntu-latest
2929
needs: build
30+
permissions:
31+
id-token: write
32+
contents: read
3033
steps:
3134
- name: Deploy to GitHub Pages
3235
id: deployment

0 commit comments

Comments
 (0)