Skip to content

Commit

Permalink
fix(CI): fixing CI by adding GITHUB_TOKEN variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MykalMachon committed Oct 6, 2023
1 parent c85121e commit 956d884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
# TODO: replace this with a maintained action. This one is abandonware.
- name: push binary to github
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./packages/app/dist/rbclm
Expand Down

0 comments on commit 956d884

Please # to comment.