We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e6184 commit 9f03292Copy full SHA for 9f03292
1 file changed
action.yml
@@ -19,7 +19,7 @@ runs:
19
with:
20
repository: ${{ github.repository }}
21
excludes: prerelease, draft
22
- token: ${{ ::add-mask::inputs.token }}
+ token: ${{ inputs.token }}
23
24
- name: Run version bump script
25
id: bump_version
0 commit comments