Skip to content

Commit cca406e

Browse files
committed
corrected syntax
1 parent d5474d3 commit cca406e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/auto-label.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v3
1616

17-
- name: Authenticate with GitHub CLI
18-
env:
19-
GH_TOKEN: ${{ secrets.GH_SYSTEMSDT_TOKEN }}
20-
2117
- name: Parse and manage labels
18+
env:
19+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2220
run: |
2321
set -e
2422
set -x # Enable debugging

0 commit comments

Comments
 (0)