We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6653f82 commit db590f3Copy full SHA for db590f3
.github/workflows/e2e-test.yaml
@@ -44,7 +44,7 @@ jobs:
44
id: run_tests
45
run: |
46
if [ "${{ matrix.environment }}" = "canary" ]; then
47
- export AICORE_SERVICE_KEY="${{ secrets.AI_CORE_CANARY | replace '\"' \"'\" }}"
+ export AICORE_SERVICE_KEY='${{ secrets.AI_CORE_CANARY }}'
48
else
49
export AICORE_SERVICE_KEY='${{ secrets.AI_CORE_PRODUCTION }}'
50
fi
0 commit comments