Skip to content

Commit

Permalink
ci(bump): Add token to checkout workflow
Browse files Browse the repository at this point in the history
to resolve issues where publish workflow does not work

Refs: #46
  • Loading branch information
junghoon-vans committed Dec 28, 2022
1 parent eff2778 commit cbbcaf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Get latest release tag
run: |
Expand Down

0 comments on commit cbbcaf2

Please sign in to comment.