File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -16,29 +16,23 @@ jobs:
1616 include :
1717 - env-prefix : PY310_LINUX
1818 os : ubuntu-latest
19- python-version : " 3.10"
19+ python-version : 3.10
2020
2121 - env-prefix : PY313_LINUX
2222 os : ubuntu-latest
23- python-version : " 3.13"
23+ python-version : 3.13
2424
2525 - env-prefix : PY313_WINDOWS
2626 os : windows-latest
27- python-version : " 3.13"
27+ python-version : 3.13
2828
2929 runs-on : ${{ matrix.os }}
3030 timeout-minutes : 20
3131
32- permissions :
33- id-token : write
34- contents : read
35-
3632 env :
3733 SNOWFLAKE_ACCOUNT : ${{ secrets.SNOWFLAKE_ACCOUNT }}
3834 SNOWFLAKE_USER : snowddl
39- SNOWFLAKE_AUTHENTICATOR : workload_identity
40- SNOWFLAKE_WORKLOAD_IDENTITY_PROVIDER : OIDC
41- SNOWFLAKE_AUDIENCE : snowflakecomputing.com
35+ SNOWFLAKE_PASSWORD : ${{ secrets.SNOWFLAKE_PASSWORD }}
4236 SNOWFLAKE_ENV_PREFIX : ${{ matrix.env-prefix }}
4337
4438 steps :
5347 with :
5448 python-version : ${{ matrix.python-version }}
5549
56- - name : Install SnowDDL
50+ - name : Install
5751 run : pip install -e .
5852
59- - name : Install Snowflake CLI
60- run : pip install snowflake-cli
61-
62- - name : Get Workload Identity Token
63- run : echo "SNOWFLAKE_WORKLOAD_IDENTITY_TOKEN=$(snow auth oidc read-token --type=github)" >> "$GITHUB_ENV"
64-
6553 - name : " Cleanup"
6654 run : snowddl -c sample01_01 --apply-unsafe destroy
6755
You can’t perform that action at this time.
0 commit comments