-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,8 +37,10 @@ jobs: | |
- GOPRIVATE=github.com/circlefin/noble-cctp,github.com/noble-assets/cctp | ||
pre-build: | | ||
mkdir -p ~/.ssh | ||
echo "${{ secrets.GITAUTH }}" | base64 -d > ~/.ssh/id_ed25519 | ||
chmod 600 ~/.ssh/id_ed25519 | ||
echo "${{ secrets.SSH_CIRCLE }}" | base64 -d > ~/.ssh/id_ed25519_circle | ||
echo "${{ secrets.SSH_NOBLE }}" | base64 -d > ~/.ssh/id_ed25519_noble | ||
chmod 600 ~/.ssh/id_ed25519_circle | ||
chmod 600 ~/.ssh/id_ed25519_noble | ||
apk add openssh | ||
git config --global --add url."[email protected]:circlefin/noble-cctp.git".insteadOf "https://github.com/circlefin/noble-cctp" | ||
git config --global --add url."[email protected]:noble-assets/cctp.git".insteadOf "https://github.com/noble-assets/cctp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,8 +37,10 @@ jobs: | |
- GOPRIVATE=github.com/circlefin/noble-cctp,github.com/noble-assets/cctp | ||
pre-build: | | ||
mkdir -p ~/.ssh | ||
echo "${{ secrets.GITAUTH }}" | base64 -d > ~/.ssh/id_ed25519 | ||
chmod 600 ~/.ssh/id_ed25519 | ||
echo "${{ secrets.SSH_CIRCLE }}" | base64 -d > ~/.ssh/id_ed25519_circle | ||
echo "${{ secrets.SSH_NOBLE }}" | base64 -d > ~/.ssh/id_ed25519_noble | ||
chmod 600 ~/.ssh/id_ed25519_circle | ||
chmod 600 ~/.ssh/id_ed25519_noble | ||
apk add openssh | ||
git config --global --add url."[email protected]:circlefin/noble-cctp.git".insteadOf "https://github.com/circlefin/noble-cctp" | ||
git config --global --add url."[email protected]:noble-assets/cctp.git".insteadOf "https://github.com/noble-assets/cctp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,8 +31,10 @@ jobs: | |
- GOPRIVATE=github.com/circlefin/noble-cctp,github.com/noble-assets/cctp | ||
pre-build: | | ||
mkdir -p ~/.ssh | ||
echo "${{ secrets.GITAUTH }}" | base64 -d > ~/.ssh/id_ed25519 | ||
chmod 600 ~/.ssh/id_ed25519 | ||
echo "${{ secrets.SSH_CIRCLE }}" | base64 -d > ~/.ssh/id_ed25519_circle | ||
echo "${{ secrets.SSH_NOBLE }}" | base64 -d > ~/.ssh/id_ed25519_noble | ||
chmod 600 ~/.ssh/id_ed25519_circle | ||
chmod 600 ~/.ssh/id_ed25519_noble | ||
apk add openssh | ||
git config --global --add url."[email protected]:circlefin/noble-cctp.git".insteadOf "https://github.com/circlefin/noble-cctp" | ||
git config --global --add url."[email protected]:noble-assets/cctp.git".insteadOf "https://github.com/noble-assets/cctp" | ||
|
@@ -62,8 +64,10 @@ jobs: | |
- name: CCTP private repo auth | ||
run: | | ||
mkdir -p ~/.ssh | ||
echo "${{ secrets.GITAUTH }}" | base64 -d > ~/.ssh/id_ed25519 | ||
chmod 600 ~/.ssh/id_ed25519 | ||
echo "${{ secrets.SSH_CIRCLE }}" | base64 -d > ~/.ssh/id_ed25519_circle | ||
echo "${{ secrets.SSH_NOBLE }}" | base64 -d > ~/.ssh/id_ed25519_noble | ||
chmod 600 ~/.ssh/id_ed25519_circle | ||
chmod 600 ~/.ssh/id_ed25519_noble | ||
ssh-keyscan github.com >> ~/.ssh/known_hosts | ||
export GOPRIVATE=github.com/circlefin/noble-cctp,github.com/noble-assets/cctp | ||
git config --global --add url."[email protected]:circlefin/noble-cctp.git".insteadOf "https://github.com/circlefin/noble-cctp" | ||
|
@@ -99,8 +103,10 @@ jobs: | |
- name: CCTP private repo auth | ||
run: | | ||
mkdir -p ~/.ssh | ||
echo "${{ secrets.GITAUTH }}" | base64 -d > ~/.ssh/id_ed25519 | ||
chmod 600 ~/.ssh/id_ed25519 | ||
echo "${{ secrets.SSH_CIRCLE }}" | base64 -d > ~/.ssh/id_ed25519_circle | ||
echo "${{ secrets.SSH_NOBLE }}" | base64 -d > ~/.ssh/id_ed25519_noble | ||
chmod 600 ~/.ssh/id_ed25519_circle | ||
chmod 600 ~/.ssh/id_ed25519_noble | ||
ssh-keyscan github.com >> ~/.ssh/known_hosts | ||
export GOPRIVATE=github.com/circlefin/noble-cctp,github.com/noble-assets/cctp | ||
git config --global --add url."[email protected]:circlefin/noble-cctp.git".insteadOf "https://github.com/circlefin/noble-cctp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,10 @@ jobs: | |
- name: CCTP private repo auth | ||
run: | | ||
mkdir -p ~/.ssh | ||
echo "${{ secrets.GITAUTH }}" | base64 -d > ~/.ssh/id_ed25519 | ||
chmod 600 ~/.ssh/id_ed25519 | ||
echo "${{ secrets.SSH_CIRCLE }}" | base64 -d > ~/.ssh/id_ed25519_circle | ||
echo "${{ secrets.SSH_NOBLE }}" | base64 -d > ~/.ssh/id_ed25519_noble | ||
chmod 600 ~/.ssh/id_ed25519_circle | ||
chmod 600 ~/.ssh/id_ed25519_noble | ||
ssh-keyscan github.com >> ~/.ssh/known_hosts | ||
export GOPRIVATE=github.com/circlefin/noble-cctp,github.com/noble-assets/cctp | ||
git config --global --add url."[email protected]:circlefin/noble-cctp.git".insteadOf "https://github.com/circlefin/noble-cctp" | ||
|