Skip to content

Commit

Permalink
Updated permissions of action
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Blaise committed Nov 2, 2023
1 parent e32d0c5 commit 3909fb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vitepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -22,3 +24,4 @@ jobs:
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: .vitepress/dist # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch

0 comments on commit 3909fb9

Please sign in to comment.