Skip to content

Commit 4d2fa97

Browse files
committed
feat: update bump version
1 parent fde4829 commit 4d2fa97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump_version.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
# The "*" (#42, asterisk) character has special semantics in YAML, so this
66
# string has to be quoted.
77
- cron: '0 0 */2 * *'
8+
workflow_dispatch:
89

910
jobs:
1011
call-workflow-passing-data:
@@ -14,4 +15,4 @@ jobs:
1415

1516
uses: GlueOps/github-workflows/.github/workflows/bump-version-cut-release.yaml@main
1617
secrets:
17-
token: ${{ secrets.GITHUB_TOKEN }}
18+
token: ${{ secrets.CREATE_REPO_RELEASE }}

0 commit comments

Comments
 (0)