Skip to content

Commit

Permalink
ci(bump_version.yaml): fix error in github token declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele-Alberti committed Jan 27, 2024
1 parent 3e9806b commit 7d686cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
with:
fetch-depth: 0
ref: main
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
- name: Set Git config
run: |
git config --local user.name "github-actions[bot]"
Expand Down

0 comments on commit 7d686cf

Please sign in to comment.