Skip to content

Commit

Permalink
Add missing terraform github repository variable
Browse files Browse the repository at this point in the history
  • Loading branch information
galeaspablo committed Mar 13, 2024
1 parent c621cd1 commit 491612a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
--env AWS_SESSION_TOKEN="${AWS_SESSION_TOKEN}" --mount "type=bind,source=${PWD}/terraform,target=/var/build-files"
ambar/terraform-runner apply -auto-approve
-var="secret_in_base_64=${{ secrets.GH_ACTION_SECRET }}"
-var="github_repository=${{ github.repository }}"
- name: Wait for Deployments
run: sleep 120

0 comments on commit 491612a

Please sign in to comment.