1 parent d829b90 commit bf5bb5cCopy full SHA for bf5bb5c
1 file changed
.github/workflows/pr_creation.yml
@@ -34,8 +34,9 @@ jobs:
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
run: |
37
- echo "$GITHUB_TOKEN" | gh auth login --with-token
38
gh auth setup-git
+ gh auth status
39
+
40
41
- name: Create branches if not exist
42
0 commit comments