Skip to content

bump ui commit 064375d45 (#5471) #1698

bump ui commit 064375d45 (#5471)

bump ui commit 064375d45 (#5471) #1698

name: trigger-merge-to-downstream
on:
push:
branches:
- main
- release/**
permissions:
contents: read
jobs:
trigger-merge:
if: github.repository == 'hashicorp/boundary'
runs-on: ${{ fromJSON(vars.RUNNER) }}
env:
DOWNSTREAM_SLUG: ${{ vars.DOWNSTREAM_SLUG }}
DOWNSTREAM_TOK: ${{ secrets.DOWNSTREAM_TOK }}
DOWNSTREAM_WORKFLOW: ${{ vars.DOWNSTREAM_WORKFLOW }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Trigger Merge
run: |
./scripts/trigger-merge-to-downstream-gha ${{ github.ref_name }}