Skip to content

Commit

Permalink
fix: try change env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds committed Apr 9, 2024
1 parent eb68542 commit e466c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Build/release Electron app
uses: paneron/[email protected]
with:
github_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
Expand Down

0 comments on commit e466c71

Please sign in to comment.