We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8edad commit 0ae3280Copy full SHA for 0ae3280
.github/workflows/issue-branch.yml
@@ -17,6 +17,6 @@ jobs:
17
id: Create_Issue_Branch
18
uses: robvanderleek/create-issue-branch@staging
19
env:
20
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.CIB_GITHUB_TOKEN }}
21
- name: Echo branch name (using output variable)
22
run: echo ${{ steps.Create_Issue_Branch.outputs.branchName }}
0 commit comments