Client Request #6572
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: Client Request | |
on: | |
workflow_dispatch: | |
inputs: | |
integration: | |
description: Integration Payload | |
required: true | |
jobs: | |
request-client: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: hmarr/debug-action@v2 | |
- uses: actions/checkout@v2 | |
- name: Setup Tools | |
uses: bcgov/sso-requests-actions/actions/[email protected] | |
- name: Setup NPM Packages | |
uses: bcgov/sso-requests-actions/actions/[email protected] | |
- uses: bcgov/sso-requests-actions/[email protected] | |
with: | |
github-token: ${{ secrets.GH_ACCESS_TOKEN || secrets.GITHUB_TOKEN }} | |
api-url: ${{ secrets.WEBAPP_API_URL }} | |
auth-secret: ${{ secrets.GH_SECRET }} | |
tf-module-ref: dev |