We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc26ae commit 1f0adfdCopy full SHA for 1f0adfd
.github/workflows/bump-my-version.yml
@@ -46,7 +46,7 @@ jobs:
46
BUMPVERSION_TAG: "false"
47
with:
48
args: ${{ inputs.bump-type }}
49
- github-token: ${{ secrets.RELEASE_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
50
51
- name: Check
52
if: steps.bump.outputs.bumped == 'true'
@@ -62,4 +62,4 @@ jobs:
62
body: "Automated version bump PR"
63
base: release
64
delete-branch: true
65
- token: ${{ secrets.RELEASE_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments