fix(workflow) add github_token env

This commit is contained in:
Lucas Nogueira
2020-07-07 22:09:14 -03:00
parent 567ba95165
commit 807d35b8ea

View File

@@ -62,6 +62,8 @@ jobs:
run: yarn
working-directory: ./example
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
projectPath: ./example
uploadUrl: ${{ needs.create-release.outputs.RELEASE_UPLOAD_URL }}