test
This commit is contained in:
@@ -12,8 +12,9 @@ jobs:
|
||||
- name: Checkout private tools
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: 'staffadmin/gitea-runner'
|
||||
persist-credentials: 'false'
|
||||
repository: staffadmin/gitea-runner
|
||||
persist-credentials: false
|
||||
ssh-strict: false
|
||||
#token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
|
||||
ssh-key: ${{ secrets.PRIVATE_KEY }}
|
||||
ssh-known-hosts: ${{ secrets.SSH_KNOWN_GITEA }}
|
||||
|
||||
Reference in New Issue
Block a user