Skip to content

Commit

Permalink
misc: ""
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Mar 7, 2024
1 parent ba4f0f8 commit ee01f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-uat-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if [[ "$secret_name" == *"PORT_CONNECTION_PORT_ZSIDE"* ]]; then
secret_n=$(gh api repos/equinix/terraform-equinix-fabric/actions/secrets/$secret_name)
secret_name=$(echo "$secret_n" | jq -r '.name')
echo "secret_name = $secret_name"
echo "secret_name = ${{ env.secret_name}}"
SECRET_VALUE=${{ secrets[env.secret_name] }}
echo "SECRET_VALUE = $SECRET_VALUE"
echo "$SECRET_VALUE" >> ./examples/port-2-port-connection/terraform.tfvars.json
Expand Down

0 comments on commit ee01f87

Please sign in to comment.