add gitea lib key
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -41,7 +41,9 @@ jobs:
|
||||
- name: Use ssh key
|
||||
uses: webfactory/ssh-agent@v0.9.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.LIB_SSH_KEY }}
|
||||
ssh-private-key: |
|
||||
${{ secrets.LIB_SSH_KEY }}
|
||||
${{ secrets.LIB_NEW_SSH_KEY }}
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
if [ "$NO_CACHE" == "true" ]; then
|
||||
|
||||
Reference in New Issue
Block a user