Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Add GH_TOKEN variable for upload
Browse files Browse the repository at this point in the history
The upload step of elecron-builder needs a GH token to use.
  • Loading branch information
thislooksfun committed Dec 5, 2019
1 parent b227245 commit 99c12d1
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 @@ -29,3 +29,5 @@ jobs:
- name: Build on ${{ matrix.os }}
run: ./scripts/build "${{ matrix.os }}"
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 99c12d1

Please sign in to comment.