Skip to content

Commit e0ff446

Browse files
author
Bennett Hardwick
committed
Add env vars
1 parent a838349 commit e0ff446

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ jobs:
4242
- uses: actions-rs/cargo@v1
4343
with:
4444
command: test
45+
env:
46+
CS_WORKSPACE_ID: ${{ secrets.CS_WORKSPACE_ID }}
47+
CS_CLIENT_ACCESS_KEY: ${{ secrets.CS_CLIENT_ACCESS_KEY }}
48+
CS_CLIENT_ID: ${{ secrets.CS_CLIENT_ID }}
49+
CS_CLIENT_KEY: ${{ secrets.CS_CLIENT_KEY }}
50+
CS_VITUR_IDP_HOST: "https://ap-southeast-2.aws.auth.viturhosted.net"
51+
RUST_BACKTRACE: full
4552

4653
format:
4754
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)