Skip to content

fix: add wildcard to SearchUI repo #7

fix: add wildcard to SearchUI repo

fix: add wildcard to SearchUI repo #7

Workflow file for this run

name: Update SearchUI (will)
on:
push:
branches:
- actions
jobs:
deploy:
runs-on: ubuntu-latest
environment: will
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: build
uses: ./.github/workflows/search-ui-deploy-composite
with:
maturity: test
application: ${{ vars.APPLICATION }}
cdn-id: ${{ vars.CDN_ID }}
s3-bucket: ${{ vars.S3_BUCKET }}
aws-account-id: ${{ secrets.AWS_ACCOUNT_ID }}