chore: provide semantic-release with a Github token

This commit is contained in:
Enrico Stahn 2020-03-04 16:51:09 +11:00
parent 4a9fe13966
commit 3025d38d3e
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

View file

@ -60,6 +60,8 @@ jobs:
- name: Run semantic-release
run: $(yarn global bin)/semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
runs-on: ubuntu-latest