Skip to content

Commit a77f9be

Browse files
committed
fix: Grant write permissions for GitHub Pages deployment
1 parent 2fe1555 commit a77f9be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
build-and-deploy:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write # Grant write permission to GITHUB_TOKEN
1315

1416
steps:
1517
- name: Checkout repository

0 commit comments

Comments
 (0)