Skip to content

Commit

Permalink
Update build process to include GITHUB_TOKEN in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Sep 3, 2024
1 parent d1f4e4a commit 9288e1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
ELECTRON_CACHE: ${{ runner.temp }}/electron
npm_config_arch: ${{ matrix.arch }}
npm_config_platform: darwin
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Extract version from package.json
run: |
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
ELECTRON_CACHE: ${{ runner.temp }}/electron
npm_config_arch: ${{ matrix.arch }}
npm_config_platform: linux
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Extract version from package.json
run: |
Expand Down Expand Up @@ -121,6 +123,7 @@ jobs:
env:
WINDOWS_KIT_PATH: ${{ env.WINDOWS_KIT_PATH }}
CERT_PASSWORD: ${{ secrets.CERT_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
shell: pwsh

- name: Extract version from package.json
Expand Down

0 comments on commit 9288e1f

Please sign in to comment.