Skip to content

Commit

Permalink
Merge pull request #22 from exoego/fix-token
Browse files Browse the repository at this point in the history
Fix token
  • Loading branch information
exoego committed May 11, 2024
2 parents 252ab5a + 7803924 commit 4845275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- name: Git config
run: |
Expand Down

0 comments on commit 4845275

Please sign in to comment.