AURO MIGRATION PR: Update dropdown to version 3.2.2 #159
Workflow file for this run
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: Deploy Demo | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
call-publish-demo-workflow: | |
uses: AlaskaAirlines/auro-library/.github/workflows/publishDemo.yml@main | |
secrets: | |
AURO_SURGE_TOKEN: ${{secrets.AURO_SURGE_TOKEN}} |