Fix GITHUB_TOKEN not present

This commit is contained in:
Nikita Karamov 2020-09-24 20:23:43 +02:00 committed by GitHub
parent 40b671bf56
commit 0b92b4c0dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -37,3 +37,5 @@ jobs:
fqdn: shareon.js.org
jekyll: false
if: ${{ github.ref == 'refs/heads/master' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}