Skip to content

chore: Add note for modifying /etc/hosts (#5499) #1728

chore: Add note for modifying /etc/hosts (#5499)

chore: Add note for modifying /etc/hosts (#5499) #1728

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 }}