Skip to content

Commit

Permalink
GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
lengsukq committed Dec 21, 2023
1 parent 5aca61d commit a31e2df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/myGitTool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
- name: Build/release Electron app
uses: paneron/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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

0 comments on commit a31e2df

Please sign in to comment.