mirror of
https://github.com/NickKaramoff/shareon
synced 2025-02-02 08:56:49 +01:00
Fix GITHUB_TOKEN not present
This commit is contained in:
parent
40b671bf56
commit
0b92b4c0dc
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
@ -37,3 +37,5 @@ jobs:
|
|||||||
fqdn: shareon.js.org
|
fqdn: shareon.js.org
|
||||||
jekyll: false
|
jekyll: false
|
||||||
if: ${{ github.ref == 'refs/heads/master' }}
|
if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user