Skip to content

Commit 9f90e75

Browse files
committed
login for gh auth
1 parent 936a6e4 commit 9f90e75

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@ jobs:
2323
node-version: 18
2424
cache: npm
2525

26-
- name: Authenticate GitHub CLI
27-
run: |
28-
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
29-
env:
30-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
3226
- name: Install dependencies
3327
run: |
3428
npm install
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3531

3632
- name: Publish releases
3733
env:

0 commit comments

Comments
 (0)