Skip to content

Commit

Permalink
fix: test secret substitution using echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zane Clark committed Nov 15, 2024
1 parent 0234e61 commit 0f7bc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
touch $GITHUB_WORKSPACE/connections.toml
echo [default] >> "$GITHUB_WORKSPACE/connections.toml"
echo account = 'spam' >> "$GITHUB_WORKSPACE/connections.toml"
echo account = "'spam'" >> "$GITHUB_WORKSPACE/connections.toml"
echo user = "'$SNOWFLAKE_USER'" >> "$GITHUB_WORKSPACE/connections.toml"
echo role = "'$SNOWFLAKE_ROLE'" >> "$GITHUB_WORKSPACE/connections.toml"
echo warehouse = "'$SNOWFLAKE_WAREHOUSE'" >> "$GITHUB_WORKSPACE/connections.toml"
Expand Down

0 comments on commit 0f7bc2a

Please sign in to comment.