Skip to content

Commit

Permalink
Fixed GITHUB_TOKEN issue
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar committed Jan 5, 2025
1 parent d831356 commit 4354352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-zips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
# Authenticate with GitHub CLI
- name: Authenticate GitHub CLI
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh auth login --with-token <<< "${GITHUB_TOKEN}"
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: echo "$GH_TOKEN" | gh auth login --with-token

# Create GitHub Release
- name: Create GitHub Release
Expand Down

0 comments on commit 4354352

Please sign in to comment.