We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426842d commit 7afc1c7Copy full SHA for 7afc1c7
.github/workflows/electron.yml
@@ -41,3 +41,5 @@ jobs:
41
# If the commit is tagged with a version (e.g. "v1.0.0"),
42
# release the app after building
43
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
44
+ env:
45
+ GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments