Skip to content

Commit

Permalink
CV2-4710-retrieve /test/presto secrets from SSM
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube authored and chinelo-obitube committed Jul 23, 2024
1 parent a026b54 commit c4d01f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
jq -r '.[] | @tsv' | \
while IFS=$'\t' read -r name value; do
name=$(echo "$name" | sed 's|/test/presto/||' | tr '-' '_' | tr '/' '_')
echo "$name=$value" >>
echo "$name=$value" >> $GITHUB_ENV
done
- name: Run PR Tests
Expand Down

0 comments on commit c4d01f4

Please sign in to comment.