@@ -10,9 +10,6 @@ concurrency:
1010 cancel-in-progress : true
1111name : test
1212
13- env :
14- # Allows to fetch multiple private repo crates with different deploy keys.
15- CARGO_NET_GIT_FETCH_WITH_CLI : true
1613jobs :
1714 release-build :
1815 runs-on : ubuntu-latest
2118 - uses : actions/checkout@v4
2219 with :
2320 submodules : true
24- - name : Give GitHub Actions access to private crates
25- uses : webfactory/ssh-agent@v0.8.0
26- with :
27- ssh-private-key : |
28- ${{ secrets.CAOS_OAUTH_DEPLOY_KEY }}
29- ${{ secrets.CAOS_OPAMP_DEPLOY_KEY }}
3021
3122 - name : Obtain Rust version from project
3223 run : |
6657 with :
6758 submodules : true
6859
69- - name : Give GitHub Actions access to private crates
70- uses : webfactory/ssh-agent@v0.8.0
71- with :
72- ssh-private-key : |
73- ${{ secrets.CAOS_OAUTH_DEPLOY_KEY }}
74- ${{ secrets.CAOS_OPAMP_DEPLOY_KEY }}
75-
7660 - name : Obtain Rust version from project
7761 run : |
7862 RUST_VERSION=$(grep "rust-version" Cargo.toml | cut -d "=" -f2 | tr -d "[:space:]")
@@ -126,18 +110,6 @@ jobs:
126110 with :
127111 submodules : true
128112
129- - name : Give GitHub Actions access to private crates
130- uses : webfactory/ssh-agent@v0.8.0
131- with :
132- ssh-private-key : |
133- ${{ secrets.CAOS_OAUTH_DEPLOY_KEY }}
134- ${{ secrets.CAOS_OPAMP_DEPLOY_KEY }}
135-
136- - name : Apply webfactory/ssh-agent action configs to the container shh config
137- run : |
138- cat /root/.ssh/config >> /etc/ssh/ssh_config
139- ssh-keyscan -H github.com >> /etc/ssh/ssh_known_hosts
140-
141113 - name : Obtain Rust version from project
142114 run : |
143115 RUST_VERSION=$(grep "rust-version" Cargo.toml | cut -d "=" -f2 | tr -d "[:space:]")
@@ -169,12 +141,6 @@ jobs:
169141 runs-on : ubuntu-latest
170142 steps :
171143 - uses : actions/checkout@v4
172- - name : Give GitHub Actions access to private crates
173- uses : webfactory/ssh-agent@v0.8.0
174- with :
175- ssh-private-key : |
176- ${{ secrets.CAOS_OAUTH_DEPLOY_KEY }}
177- ${{ secrets.CAOS_OPAMP_DEPLOY_KEY }}
178144 - name : Install Go
179145 uses : actions/setup-go@v5
180146 with :
@@ -190,12 +156,6 @@ jobs:
190156 - uses : actions/checkout@v4
191157 with :
192158 submodules : true
193- - name : Give GitHub Actions access to private crates
194- uses : webfactory/ssh-agent@v0.8.0
195- with :
196- ssh-private-key : |
197- ${{ secrets.CAOS_OAUTH_DEPLOY_KEY }}
198- ${{ secrets.CAOS_OPAMP_DEPLOY_KEY }}
199159 - name : Setup Minikube
200160 uses : manusa/actions-setup-minikube@v2.10.0
201161 with :
@@ -243,12 +203,6 @@ jobs:
243203 - uses : actions/checkout@v4
244204 with :
245205 submodules : true
246- - name : Give GitHub Actions access to private crates
247- uses : webfactory/ssh-agent@v0.8.0
248- with :
249- ssh-private-key : |
250- ${{ secrets.CAOS_OAUTH_DEPLOY_KEY }}
251- ${{ secrets.CAOS_OPAMP_DEPLOY_KEY }}
252206 - name : Setup Minikube
253207 uses : manusa/actions-setup-minikube@v2.10.0
254208 with :
0 commit comments