Skip to content

Commit

Permalink
Update example.main.yml
Browse files Browse the repository at this point in the history
Change token and release
  • Loading branch information
trwbox authored Jun 1, 2022
1 parent 2644392 commit bf3a5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: build_and_deploy
uses: trwbox/obsidian-zola-deploy-action@v0.1.0-alpha
uses: trwbox/obsidian-zola-deploy-action@v0.1.1-alpha
env:
# Target branch
PAGES_BRANCH: gh-pages
# Provide personal access token
TOKEN: ${{ secrets.TOKEN }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bf3a5e6

Please sign in to comment.