Skip to content

Commit

Permalink
misc: ""
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Mar 6, 2024
1 parent 19b3328 commit f76fdfd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-uat-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ jobs:
for secret_name in $secret_names; do
if [[ "$secret_name" == *"PORT_CONNECTION_PORT_ZSIDE"* ]]; then
secret_value=$(gh api repos/equinix/terraform-equinix-fabric/actions/secrets/$secret_name)
echo "${{ secrets.secret_value }}" >> ./examples/port-2-port-connection/terraform.tfvars.json
echo "Variable Files Transferred"
secret_value=$(gh api repos/equinix/terraform-equinix-fabric/actions/secrets/$secret_name)
fi
done
echo "${{ secrets.secret_value }}" >> ./examples/port-2-port-connection/terraform.tfvars.json
echo "Variable Files Transferred"
env:
GH_TOKEN: ${{ secrets.SECRET_TOKEN }}
$secret_value : ${{ secrets.$secret_value }}

- name: Run Go Tests
run:
Expand Down

0 comments on commit f76fdfd

Please sign in to comment.