Skip to content

Commit

Permalink
change gh_token back ti GITHUB_TOKEN as automaticaly providen
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschmi committed Jun 20, 2024
1 parent eb2ad67 commit 0502336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
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
2 changes: 1 addition & 1 deletion forge.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
publishers: [
{
name: '@electron-forge/publisher-github',
authToken: process.env.GH_TOKEN,
authToken: process.env.GITHUB_TOKEN,
config: {
repository: {
owner: 'Hydrology-IFH',
Expand Down

0 comments on commit 0502336

Please sign in to comment.