Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MotwaniM committed Mar 22, 2024
1 parent 33bcaa0 commit ba82a09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/.github.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ RUNNER_LABEL=TEST1
APP_NAME=consultations

REPO=consultation-analyser
INFRA_CONFIG_REPO=consultation-analyser-infra-config
STATIC_PATH=./static
3 changes: 2 additions & 1 deletion .github/workflows/build-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
ec2-instance-type: ${{ steps.export.outputs.ec2-instance-type }}
version: ${{ steps.export.outputs.version }}
repo: ${{ steps.export.outputs.repo }}
infra_config_repo: ${{ steps.export.outputs.infra-config-repo }}
environment: ${{ steps.export.outputs.environment }}

steps:
Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
RUNNER_LABEL: ${{ needs.start-runner.outputs.label }}
ENVIRONMENT: ${{ needs.set-vars.outputs.environment }}
PUBLIC_INFRA_DEPLOYMENT: true
INFRA_CONFIG_REPO: ${{ needs.set-vars.outputs.repo }}
INFRA_CONFIG_REPO: ${{ needs.set-vars.outputs.infra_config_repo }}
secrets:
AWS_GITHUBRUNNER_PAT: ${{ secrets.AWS_GITHUBRUNNER_PAT }}
AWS_GITHUBRUNNER_PAT_USER: ${{ secrets.AWS_GITHUBRUNNER_PAT_USER }}
Expand Down

0 comments on commit ba82a09

Please sign in to comment.