Skip to content

Commit bde0b99

Browse files
committed
🚀 chore: Grant write permissions to demo workflow
The demo workflow now has write permissions to the repository's contents, enabling it to update the GitHub Pages deployment.
1 parent 1c4fb1d commit bde0b99

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/demo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
demo:
2020
name: Generate files and update the demo (GitHub Pages)
2121
runs-on: ubuntu-latest
22+
permissions:
23+
contents: write
2224
steps:
2325
- uses: actions/checkout@v4
2426
- name: Run this action

0 commit comments

Comments
 (0)