Skip to content

Commit 2064220

Browse files
committed
ci: pin explicit permissions on website deploy job
1 parent 6dc9ae0 commit 2064220

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/website.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
name: Deploy to GitHub Pages
3131
if: github.ref == 'refs/heads/main'
3232
runs-on: ubuntu-latest
33+
permissions:
34+
contents: write
3335
steps:
3436
- name: Checkout
3537
uses: actions/checkout@v4

0 commit comments

Comments
 (0)