Skip to content

Commit

Permalink
chore: Revert to proper env (#3238)
Browse files Browse the repository at this point in the history
Revert to previous env after merge
  • Loading branch information
sfc-gh-asawicki authored Nov 28, 2024
1 parent 2fb50d7 commit 5d4ed3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Create and populate .snowflake/config file
id: create_config
run: mkdir -p $HOME/.snowflake && echo "${{ secrets.ASW_TMP_SNOWFLAKE_CONFIG_FILE }}" > $HOME/.snowflake/config
run: mkdir -p $HOME/.snowflake && echo "${{ secrets.SNOWFLAKE_CONFIG_FILE }}" > $HOME/.snowflake/config

- name: Create and populate .snowflake/config_v097_compatible file
id: create_config_v097_compatible
Expand Down

0 comments on commit 5d4ed3b

Please sign in to comment.