ci: secret env var

This commit is contained in:
Marc Cataford 2020-02-29 19:45:53 -05:00
parent 5995e183d2
commit ccbcf6c2f9

View file

@ -64,7 +64,7 @@ jobs:
run: yarn && yarn build run: yarn && yarn build
- name: Release - name: Release
env: env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn semantic-release run: yarn semantic-release