This commit is contained in:
2023-11-13 14:37:11 +01:00
parent 2e9a93d0b5
commit b12a5da503

View File

@@ -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 }}