ci: install openssl for orca webhook HMAC signing
Some checks failed
Some checks failed
This commit is contained in:
@@ -266,7 +266,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
apk add --no-cache git curl
|
||||
apk add --no-cache git curl openssl
|
||||
git init
|
||||
git remote add origin "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git"
|
||||
git fetch --depth=1 origin "${GITHUB_SHA}"
|
||||
|
||||
Reference in New Issue
Block a user