Skip to content

Commit 0ae3280

Browse files
Update issue-branch.yml
1 parent fb8edad commit 0ae3280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
id: Create_Issue_Branch
1818
uses: robvanderleek/create-issue-branch@staging
1919
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
GITHUB_TOKEN: ${{ secrets.CIB_GITHUB_TOKEN }}
2121
- name: Echo branch name (using output variable)
2222
run: echo ${{ steps.Create_Issue_Branch.outputs.branchName }}

0 commit comments

Comments
 (0)