Skip to content

Commit e8a6927

Browse files
committed
chore(proxy): add CS_REGION to test.yml
CS_REGION is an env var required by the latest cipherstash-client release.
1 parent 0588fcf commit e8a6927

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
CS_DEFAULT_KEYSET_ID: ${{ secrets.CS_DEFAULT_KEYSET_ID }}
2727
CS_CLIENT_ID: ${{ secrets.CS_CLIENT_ID }}
2828
CS_CLIENT_KEY: ${{ secrets.CS_CLIENT_KEY }}
29+
CS_REGION: "ap-southeast-2.aws"
2930

3031
RUST_BACKTRACE: "1"
3132
run: |

0 commit comments

Comments
 (0)