Skip to content

Commit 80d1232

Browse files
committed
Add explicit permissions to deploy job for Pages
Made-with: Cursor
1 parent 605967d commit 80d1232

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
url: ${{ steps.deployment.outputs.page_url }}
5858
runs-on: ubuntu-latest
5959
needs: build
60+
permissions:
61+
pages: write
62+
id-token: write
6063
steps:
6164
- name: Deploy to GitHub Pages
6265
id: deployment

0 commit comments

Comments
 (0)