feat: mount ssh keys

This commit is contained in:
张泊明518370910136 2024-09-15 22:49:48 -04:00
parent 74b3adde3d
commit 9d8c75bd8f
GPG Key ID: D47306D7062CDA9D

View File

@ -8,6 +8,8 @@ jobs:
build:
container:
image: focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest
volumes:
- /home/ta/.ssh:/root/.ssh
steps:
- name: Check out repository code
uses: https://gitea.com/BoYanZh/checkout@focs