ci: adds GITHUB_TOKEN as an env

adds GITHUB_TOKEN as an env to fix the github_token missing error during release workflow
This commit is contained in:
Fallenbagel
2022-04-20 05:00:29 +05:00
parent 80956d1a83
commit 706fea0e97

View File

@@ -30,6 +30,7 @@ jobs:
run: yarn
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: npx semantic-release