Merge pull request #82 from Fallenbagel/workFlowfix

ci: adds GITHUB_TOKEN as an env
This commit is contained in:
Fallenbagel
2022-04-20 05:02:17 +05:00
committed by GitHub

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