Skip to content

Commit 2f66da0

Browse files
Update test-workflow-bump-prod.yml
1 parent 5de5b78 commit 2f66da0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test-workflow-bump-prod.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Bump version
22
on:
3+
workflow_call:
4+
secrets:
5+
gh_token:
6+
required: true
37
push:
48
branches:
59
- test-prod
@@ -12,7 +16,7 @@ jobs:
1216
id: tag_version
1317
uses: mathieudutour/github-tag-action@v6.1
1418
with:
15-
github_token: ${{ secrets.GITHUB_TOKEN }}
19+
github_token: ${{ secrets.gh_token }}
1620
tag_prefix: production-
1721
- name: Create a GitHub release
1822
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)