Skip to content

Commit

Permalink
adding env var
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Feb 12, 2024
1 parent c90c5a8 commit 3b9f03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
npm install --global yarn
yarn --version
yarn install
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: build-linux
if: matrix.os == 'ubuntu-latest'
Expand All @@ -52,5 +54,3 @@ jobs:
dist_electron//*.snap
dist_electron//*.deb
dist_electron//*.rpm
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 3b9f03b

Please sign in to comment.