Skip to content

Commit

Permalink
ci: fixing upload binary permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xosnrdev committed Aug 7, 2024
1 parent c78e377 commit d62ebb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload binary
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
upload_url: ${{ env.UPLOAD_URL }}
asset_path: ${{ env.ARCHIVE_NAME }}
Expand Down

0 comments on commit d62ebb5

Please sign in to comment.