Skip to content

Commit 8512055

Browse files
committed
Update main.yml
1 parent dd127f8 commit 8512055

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
controller_project: "aws ec2 operational project"
3434
extra_vars: "your_region=us-west-1"
3535
validate_certs: false
36+
env:
37+
controller_host: ${{ secrets.CONTROLLER_HOST }}
38+
controller_username: ${{ secrets.CONTROLLER_USERNAME }}
39+
controller_password: ${{ secrets.CONTROLLER_PASSWORD }}
3640
# workshop_job_provision:
3741
# runs-on: ubuntu-latest
3842
# name: Workshop Provision

0 commit comments

Comments
 (0)