Skip to content

Commit 83d6490

Browse files
authored
Update cd.yml
1 parent beeda2d commit 83d6490

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
deploy:
3232
needs: [build]
3333
runs-on: ubuntu-latest
34+
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
35+
permissions:
36+
pages: write # to deploy to Pages
37+
id-token: write # to verify the deployment originates from an appropriate source
3438
steps:
3539
- name: Configure GitHub Pages
3640
uses: actions/configure-pages@v5.0.0

0 commit comments

Comments
 (0)