Skip to content

Commit bf5bb5c

Browse files
authored
Update pr_creation.yml
1 parent d829b90 commit bf5bb5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr_creation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
run: |
37-
echo "$GITHUB_TOKEN" | gh auth login --with-token
3837
gh auth setup-git
38+
gh auth status
39+
3940
4041
- name: Create branches if not exist
4142
run: |

0 commit comments

Comments
 (0)