Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
---
 Signed-off-by: Peter Kriens <[email protected]>

Signed-off-by: Peter Kriens <[email protected]>
  • Loading branch information
pkriens committed Nov 29, 2024
1 parent 65fc3fc commit 08d769b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/postrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:

create-workspace-template:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
PAT: ${{ secret.PAT_WORKSPACE_REPO }}

steps:
- name: Git Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand All @@ -62,6 +66,7 @@ jobs:
ref: master
- name: create branch for templates
run: |
git remote set-url origin https://[email protected]/bndtools/workspace.git
export v=`echo ${{ github.event.inputs.V1 }} | awk -F. '{print $1"."$2}'`
echo $v
git config user.name github-actions
Expand Down

0 comments on commit 08d769b

Please sign in to comment.