Skip to content

Commit ec4c810

Browse files
author
thomas loubrieu
committed
try to make gh client authenticate with github action settings.
1 parent c8d0caf commit ec4c810

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/sync_labels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020

2121
steps:
2222

23+
- name: Authenticate GitHub CLI
24+
run: gh auth login
25+
env:
26+
GH_TOKEN: ${{ secrets.PROJECTS_TOKEN }}
27+
2328
- name: Fetch labels from source repository
2429
run: |
2530
gh label list \

0 commit comments

Comments
 (0)