Skip to content

Commit 1c40bc4

Browse files
committed
wip
1 parent 2f68143 commit 1c40bc4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/github_actions.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,12 @@ jobs:
141141
working-directory: terraform
142142
env:
143143
TF_LOG: DEBUG
144-
run: tofu plan -detailed-exitcode -out=tfplan
144+
TF_VAR_SNOWFLAKE_DEPLOY_USER: ${{ secrets.TF_VAR_SNOWFLAKE_DEPLOY_USER }}
145+
TF_VAR_SNOWFLAKE_DEPLOY_PRIVATE_KEY_BASE64: ${{ secrets.TF_VAR_SNOWFLAKE_DEPLOY_PRIVATE_KEY_BASE64 }}
146+
TF_VAR_SNOWFLAKE_DEPLOY_PRIVATE_KEY_PASSPHRASE: ${{ secrets.TF_VAR_SNOWFLAKE_DEPLOY_PRIVATE_KEY_PASSPHRASE }}
147+
run: |
148+
echo ${TF_VAR_SNOWFLAKE_DEPLOY_USER}
149+
tofu plan -detailed-exitcode -out=tfplan
145150
146151
- name: Upload Plan
147152
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)