Merge pull request #5241 from hashicorp/backport/dheath-SEO-update-ge… #1527
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
- name: Trigger Merge | |
run: | | |
./scripts/trigger-merge-to-downstream-gha ${{ github.ref_name }} |