Skip to content

Commit

Permalink
fix token
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor James Smith <[email protected]>
  • Loading branch information
Zeitsperre committed Dec 16, 2024
1 parent 26f6f0d commit 6589a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
with:
force: false
branch: ${{ github.ref }}
github_token: '${{ token_generator.outputs.token }}'
github_token: ${{ steps.token_generator.outputs.token }}

0 comments on commit 6589a5b

Please sign in to comment.