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 925436e commit 2437de7Copy full SHA for 2437de7
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
deploy-codeedit-cli:
11
name: Deploying CodeEdit CLI
12
- runs-on: [self-hosted, macOS]
+ runs-on: macos-12
13
steps:
14
- name: Checkout Repository
15
uses: actions/checkout@v2
@@ -30,10 +30,7 @@ jobs:
30
security create-keychain -p "$KEYCHAIN_PWD" "$KEYCHAIN_DB"
31
security set-keychain-settings -lut "$KEYCHAIN_TIMEOUT" "$KEYCHAIN_DB"
32
security unlock-keychain -p "$KEYCHAIN_PWD" "$KEYCHAIN_DB"
33
- touch "$DEV_CERT_P12"
34
- ls "$RUNNER_TEMP"
35
echo -n "$DEV_CERT_B64" | base64 --decode --output "$DEV_CERT_P12"
36
- ls -la "$RUNNER_TEMP"
37
security import "$DEV_CERT_P12" -P "$DEV_CERT_PWD" -A -t cert -f pkcs12 -k "$KEYCHAIN_DB"
38
security list-keychain -d user -s "$KEYCHAIN_DB"
39
0 commit comments