From d097f8c0047abeefd7840d431521da4f7c331804 Mon Sep 17 00:00:00 2001 From: Mirko Mollik Date: Tue, 12 Mar 2024 16:20:19 +0100 Subject: [PATCH] feat: set token for deployment (#174) Signed-off-by: Mirko Mollik --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15be944..9c8f0f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -170,7 +170,7 @@ jobs: - name: 'Setup git coordinates' run: | - git remote set-url origin https://${{github.actor}}:${{secrets.GITHUB_TOKEN}}@github.com/${{ github.repository }}.git + git remote set-url origin https://${{github.actor}}:${{secrets.TOKEN}}@github.com/${{ github.repository }}.git git config user.name $GH_USER git config user.email $GH_EMAIL