Skip to content

Commit

Permalink
fix(): fix with token
Browse files Browse the repository at this point in the history
  • Loading branch information
maestroi committed Jun 14, 2024
1 parent 0d3265e commit 2ad6e48
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Build binary
run: |
go build -o node-manager-cli
- name: Archive binary
run: |
tar -czvf node-manager-cli.tar.gz node-manager-cli
Expand All @@ -33,7 +32,7 @@ jobs:
asset_name: node-manager-cli.tar.gz
asset_content_type: application/gzip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Upload release asset (binary)
uses: actions/upload-release-asset@v1
Expand All @@ -43,4 +42,4 @@ jobs:
asset_name: node-manager-cli
asset_content_type: application/octet-stream
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 2ad6e48

Please sign in to comment.