Skip to content

Commit

Permalink
Add write permission for contents in docs-deploy workflow
Browse files Browse the repository at this point in the history
This change updates the GitHub Actions workflow to include `contents: write` permission. It ensures that the workflow can properly interact with repository contents during the deployment process.
  • Loading branch information
kkinder committed Feb 16, 2025
1 parent a8279c3 commit 6fb4481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions:
id-token: write
pages: write
contents: write

jobs:
deploy:
Expand Down

0 comments on commit 6fb4481

Please sign in to comment.