ci: fix backmerge credentials (#7876)

This commit is contained in:
Manuel
2022-03-23 00:26:36 +01:00
committed by GitHub
parent 4c50c4d11c
commit 1099ebbcd8

View File

@@ -30,7 +30,7 @@ jobs:
- run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Determine tag on current commit
id: tag