Skip to content

test(e2e): Update test to select other options from Items Per Page (#… #78

test(e2e): Update test to select other options from Items Per Page (#…

test(e2e): Update test to select other options from Items Per Page (#… #78

name: "Trigger Boundary UI release"
on:
push:
tags:
- '*'
jobs:
trigger-gha-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Release description
run: |
echo "Triggering release with a TAG ${GITHUB_REF#refs/tags/}"
- name: Trigger Release workflow in boundary-ui-releases
run: |
export GITHUB_TOKEN="${{ secrets.ELEVATED_GITHUB_TOKEN }}"
gh workflow run release.yml \
--repo hashicorp/boundary-ui-releases \
--ref main \
-f TAG="${GITHUB_REF#refs/tags/}"