Skip to content

Commit

Permalink
Update waf-k8s-apply.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd authored Nov 30, 2023
1 parent 006eb80 commit a356075
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/waf-k8s-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ jobs:
}
}
EOF
- name: Setup Configmap
id: configmap
Expand Down Expand Up @@ -294,6 +293,12 @@ jobs:
YAML
}
EOF
env:
TF_VAR_site_name: ${{ secrets.TF_VAR_site_name }}
TF_CE_LATITUDE: ${{ secrets.TF_CE_LATITUDE }}
TF_CE_LONGITUDE: ${{ secrets.TF_CE_LONGITUDE }}
TF_CE_TOKEN: ${{ secrets.TF_CE_TOKEN }}

- name: Terraform fmt
id: format
run: |
Expand Down

0 comments on commit a356075

Please sign in to comment.