Skip to content

Commit a4d6ea2

Browse files
authored
ci(pages): fix permissions workaround (#535)
I had a carefully scoped PAT that I needed to manually update but apparently I do not need to do that?
1 parent 8c200be commit a4d6ea2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ jobs:
3232
needs: build
3333
permissions:
3434
id-token: write
35-
contents: read
35+
pages: write
3636
steps:
3737
- name: Deploy to GitHub Pages
3838
id: deployment
3939
uses: actions/deploy-pages@v5
40-
with:
41-
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)