Skip to content

Commit

Permalink
Added write permissions for contents in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 15, 2024
1 parent 1d26b55 commit 85f19df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pull-requests: write
pages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
concurrency: preview-${{ github.ref }}

permissions:
contents: read
contents: write
pull-requests: write
pages: write

Expand Down

0 comments on commit 85f19df

Please sign in to comment.