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

Commit

Permalink
Temporarily use GitHub token from secret
Browse files Browse the repository at this point in the history
Workaround required because `electron-builder` considers GitHub Actions tokens invalid: electron-userland/electron-builder#4176
  • Loading branch information
samuelmeuli committed Nov 30, 2019
1 parent 54ccf9c commit 7c43635
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
apple_api_key_id: ${{ secrets.apple_api_key_id }}
apple_api_key_issuer: ${{ secrets.apple_api_key_issuer }}

# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}
# GitHub token
# TODO: Currently passed in manually, switch back to automatically provided token once
# https://github.com/electron-userland/electron-builder/issues/4176 is resolved
github_token: ${{ secrets.manual_github_token }}

# macOS code signing certificate
mac_certs: ${{ secrets.mac_certs }}
Expand Down

0 comments on commit 7c43635

Please sign in to comment.