Skip to content

Commit

Permalink
Merge branch 'release/3' into release/2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchoff committed Jul 25, 2024
2 parents fa710f2 + 5f7623a commit 8ebfb4b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/merge-forward 2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Merge and push
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -e -v
Expand All @@ -38,3 +38,12 @@ jobs:
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/mbuchoff/automerge.git
git push origin
- name: Trigger Secondary Workflow on Different Branch
uses: benc-uk/workflow-dispatch@v1
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
workflow: merge-forward 2.yml
token: ${{ secrets.GITHUB_TOKEN }}
ref: release/2 # Specify the target branch here

0 comments on commit 8ebfb4b

Please sign in to comment.