Skip to content

Commit 89fe98a

Browse files
committed
GitHub token perms
1 parent b8ac002 commit 89fe98a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
url: ${{ steps.deployment.outputs.page_url }}
4343
runs-on: ubuntu-latest
4444
needs: build
45+
permissions:
46+
id-token: write
47+
pages: write
4548

4649
steps:
4750
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)