Skip to content

Commit 5dfeb49

Browse files
committed
ci: grant write permissions to gh-pages action
1 parent 8011dec commit 5dfeb49

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
build-and-test:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214

1315
steps:
1416
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)