Skip to content

Commit

Permalink
fix: add contenst permission to publih-to-gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
akanoce committed Jan 5, 2024
1 parent 5b817f5 commit 4ef0980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
contents: write

steps:
- name: Checkout repository
Expand Down

0 comments on commit 4ef0980

Please sign in to comment.