Skip to content

Commit

Permalink
Update GHA pkgdown.yaml deploy permissions (#132)
Browse files Browse the repository at this point in the history
- added write permission to GHA pkgdown
  job workflow yaml file
  • Loading branch information
scheidec authored Sep 24, 2024
1 parent 331300d commit 34ec758
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

permissions:
contents: write

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 34ec758

Please sign in to comment.