mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-05 00:05:12 -04:00
Update OpenSSH downstream branch to OQS-v9 (#1898)
* Trigger GitHub CI for OpenSSH OQS-v9 Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca>
This commit is contained in:
parent
6a24482eac
commit
66f713f550
11
.github/workflows/commit-to-main.yml
vendored
11
.github/workflows/commit-to-main.yml
vendored
@ -38,12 +38,13 @@ jobs:
|
||||
run: |
|
||||
curl --silent \
|
||||
--write-out "\n%{response_code}\n" \
|
||||
--user ${{ secrets.BUILD_TRIGGER_TOKEN }}: \
|
||||
--request POST \
|
||||
--header "Content-Type: application/json" \
|
||||
--data '{ "branch": "OQS-v8", "parameters": { "run_downstream_tests": true } }' \
|
||||
https://circleci.com/api/v2/project/gh/open-quantum-safe/openssh/pipeline | tee curl_out \
|
||||
&& grep -q "201" curl_out
|
||||
--header "Accept: application/vnd.github+json" \
|
||||
--header "Authorization: Bearer ${{ secrets.OQSBOT_GITHUB_ACTIONS }}" \
|
||||
--header "X-GitHub-Api-Version: 2022-11-28" \
|
||||
--data '{"ref":"OQS-v9"}' \
|
||||
https://api.github.com/repos/open-quantum-safe/openssh/actions/workflows/ubuntu.yaml/dispatches | tee curl_out \
|
||||
&& grep -q "204" curl_out
|
||||
- name: Trigger oqs-provider CI
|
||||
run: |
|
||||
curl --silent \
|
||||
|
Loading…
x
Reference in New Issue
Block a user