Supply SSH key for channel config repo access (#9298)

This commit is contained in:
Daniel Peng
2026-04-28 20:34:37 +00:00
committed by GitHub
parent bc3fffa7e5
commit 57225a80cc
2 changed files with 20 additions and 0 deletions
+9
View File
@@ -158,6 +158,7 @@ jobs:
is_self_hosted: false
ref: ${{ needs.prepare_release.outputs.release_branch }}
install_release_deps: true
ssh_key: ${{ secrets.WARP_CHANNEL_CONFIG_ACCESS_SSH_KEY }}
- name: Ensure rust target is installed
run: rustup target add ${{ matrix.arch }}-apple-darwin
@@ -277,6 +278,7 @@ jobs:
is_self_hosted: false
ref: ${{ needs.prepare_release.outputs.release_branch }}
install_release_deps: true
ssh_key: ${{ secrets.WARP_CHANNEL_CONFIG_ACCESS_SSH_KEY }}
# Install go toolchain, as it may be needed for some build steps.
- name: Setup Go
@@ -423,6 +425,7 @@ jobs:
is_self_hosted: false
ref: ${{ needs.prepare_release.outputs.release_branch }}
install_release_deps: true
ssh_key: ${{ secrets.WARP_CHANNEL_CONFIG_ACCESS_SSH_KEY }}
- name: Ensure rust target is installed
run: rustup target add ${{ matrix.arch }}-apple-darwin
@@ -525,6 +528,7 @@ jobs:
is_self_hosted: false
ref: ${{ needs.prepare_release.outputs.release_branch }}
install_release_deps: true
ssh_key: ${{ secrets.WARP_CHANNEL_CONFIG_ACCESS_SSH_KEY }}
# Install gcc 10, as gcc 9.5 has a bug with memcmp that is incompatible
# with aws-lc-rs (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189).
@@ -674,6 +678,7 @@ jobs:
is_self_hosted: false
ref: ${{ needs.prepare_release.outputs.release_branch }}
install_release_deps: true
ssh_key: ${{ secrets.WARP_CHANNEL_CONFIG_ACCESS_SSH_KEY }}
# Install gcc 10, as gcc 9.5 has a bug with memcmp that is incompatible
# with aws-lc-rs (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189).
@@ -849,6 +854,7 @@ jobs:
is_self_hosted: false
ref: ${{ needs.prepare_release.outputs.release_branch }}
install_release_deps: true
ssh_key: ${{ secrets.WARP_CHANNEL_CONFIG_ACCESS_SSH_KEY }}
# Install gcc 10, as gcc 9.5 has a bug with memcmp that is incompatible
# with aws-lc-rs (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189).
@@ -937,6 +943,7 @@ jobs:
is_self_hosted: false
ref: ${{ needs.prepare_release.outputs.release_branch }}
install_release_deps: true
ssh_key: ${{ secrets.WARP_CHANNEL_CONFIG_ACCESS_SSH_KEY }}
# Install gcc 10, as gcc 9.5 has a bug with memcmp that is incompatible
# with aws-lc-rs (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189).
@@ -1269,6 +1276,7 @@ jobs:
target_os: wasm
is_self_hosted: false
ref: ${{ needs.prepare_release.outputs.release_branch }}
ssh_key: ${{ secrets.WARP_CHANNEL_CONFIG_ACCESS_SSH_KEY }}
- name: Get channel configuration
id: get-config
@@ -1395,6 +1403,7 @@ jobs:
is_self_hosted: false
ref: ${{ needs.prepare_release.outputs.release_branch }}
install_release_deps: true
ssh_key: ${{ secrets.WARP_CHANNEL_CONFIG_ACCESS_SSH_KEY }}
- name: Add arm64 target
if: ${{ matrix.arch == 'arm64' }}