Fix GITHUB_TOKEN not present
parent
40b671bf56
commit
0b92b4c0dc
|
@ -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…
Reference in New Issue