From 667013d87ff28202b5e2b2fa9d44eed4edfa3d5a Mon Sep 17 00:00:00 2001 From: Peter Kriens Date: Fri, 29 Nov 2024 15:28:41 +0100 Subject: [PATCH] wip --- Signed-off-by: Peter Kriens Signed-off-by: Peter Kriens --- .github/workflows/postrelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postrelease.yml b/.github/workflows/postrelease.yml index 870c79d897..b57ab35848 100644 --- a/.github/workflows/postrelease.yml +++ b/.github/workflows/postrelease.yml @@ -66,7 +66,7 @@ jobs: ref: master - name: create branch for templates run: | - git remote set-url origin https://$PAT@github.com/bndtools/workspace.git + git remote set-url origin https://${{ secrets.PAT_WORKSPACE_REPO }}@github.com/bndtools/workspace.git export v=`echo ${{ github.event.inputs.V1 }} | awk -F. '{print $1"."$2}'` echo $v git config user.name github-actions