Skip to content

Commit 43efc9e

Browse files
committed
simplifed token authentication
1 parent e6cc8b7 commit 43efc9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-label.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616

1717
- name: Authenticate with GitHub CLI
1818
run: |
19-
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
19+
env:
20+
GH_TOKEN: ${{ secrets.GH_SYSTEMSDT_TOKEN }}
2021
2122
- name: Parse and manage labels
2223
run: |

0 commit comments

Comments
 (0)