Skip to content

Commit ed22a41

Browse files
authored
Merge pull request #3 from risingwavelabs/bz/support-workflow-dispatch-for-cherry-pick
fix gh token
2 parents 2cb6ff2 + c02583f commit ed22a41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cherry-pick-since-release-branch.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
required: true
1717
type: string
1818

19+
env:
20+
GH_TOKEN: ${{ github.token }}
21+
1922
jobs:
2023
get-target-release-branches:
2124
if: |

0 commit comments

Comments
 (0)