Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Added workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
awshuss committed Nov 17, 2023
1 parent 890eb34 commit 113cb90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/non-prod-selfserve-web-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@ jobs:
name: QA SelfServe Web Image Approval
# if: github.ref == 'refs/heads/master'

needs:
- build-nonprod-approved-image
# needs:
# - build-nonprod-approved-image

uses: dvsa/.github/.github/workflows/trigger-github-workflow.yaml@feature/AddMiscAuxilaryWorkflows
with:
branch: 'feature/AddWorkflows'
git_repository: 'dvsa/olcs-selfserve'
workflow_name: 'qa-selfserve-web-approval.yaml'
input_arguments: 'ssweb_image_tag=${{ needs.build-nonprod-approved-image.outputs.approved_image_tag }}'
input_arguments: 'ssweb_image_tag=nonprod-approved-ssweb-7.4.0-alpine-fpm-8b0b625-f18dce3'
# input_arguments: 'ssweb_image_tag=${{ needs.build-nonprod-approved-image.outputs.approved_image_tag }}'
secrets:
gh_token: ${{ secrets.DVSA_VOL_TERRAFORM_ACCESS_TOKEN }}

0 comments on commit 113cb90

Please sign in to comment.