Skip to content

Commit

Permalink
Fix GitHub Authentication issue for GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar committed Jan 5, 2025
1 parent 4354352 commit 7de5afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-zips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Authenticate GitHub CLI
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: echo "$GH_TOKEN" | gh auth login --with-token
run: gh auth setup-git -h github.com

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

0 comments on commit 7de5afb

Please sign in to comment.