Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Nov 29, 2024
1 parent 6e4ee41 commit 32af61c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,7 @@ jobs:
# Install GitHub CLI
- name: Install GitHub CLI
run: sudo apt-get install gh # For Ubuntu; adjust for other OS if needed.

# Authenticate with GITHUB_TOKEN
- name: Authenticate with GitHub CLI
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh auth login --with-token <<< "$GITHUB_TOKEN"


# Upload Release Assets using GitHub CLI
- name: Upload Release Assets
env:
Expand Down

0 comments on commit 32af61c

Please sign in to comment.