There was an error while loading. Please reload this page.
1 parent 650be6b commit a847b20Copy full SHA for a847b20
1 file changed
.github/workflows/sf_cli_integration.yml
@@ -11,8 +11,8 @@ jobs:
11
SF_AUTOUPDATE_DISABLE: true
12
NO_COLOR: '1'
13
# Mock server's TLS cert/key pair.
14
- MOCK_SF_CERT_FILE: ${{ github.workspace }}/mock_sf_cert.pem
15
- MOCK_SF_KEY_FILE: ${{ github.workspace }}/mock_sf_key.pem
+ MOCK_SF_CERT_FILE: ${{ runner.temp }}/mock_sf_cert.pem
+ MOCK_SF_KEY_FILE: ${{ runner.temp }}/mock_sf_key.pem
16
17
steps:
18
# ── Setup ─────────────────────────────────────────────────────────────────
0 commit comments