Skip to content

Commit ca7afe0

Browse files
committed
Adding missing permissions
1 parent 901d184 commit ca7afe0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/website.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
deploy:
5353
runs-on: ubuntu-latest
5454
needs: build
55+
permissions:
56+
pages: write
57+
id-token: write
5558
steps:
5659
- name: Deploy website
5760
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)