Try removing host key
This commit is contained in:
parent
6ac0efb057
commit
836c5a3bbf
@ -20,8 +20,9 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 # all history for all branches and tags
|
||||
submodules: true
|
||||
ssh-known-hosts: "{{ secret.SSH_KNOWN_HOSTS }}"
|
||||
ssh-key: "{{ secret.SSH_KEY }}"
|
||||
github-server-url: 'https://git.t-juice.club'
|
||||
# ssh-known-hosts: "{{ secret.SSH_KNOWN_HOSTS }}"
|
||||
# ssh-key: "{{ secret.SSH_KEY }}"
|
||||
|
||||
- name: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v3
|
||||
@ -31,7 +32,7 @@ jobs:
|
||||
with:
|
||||
registry: git.t-juice.club
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITHUB_TOOKEN }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Get Meta
|
||||
id: meta
|
||||
|
Loading…
Reference in New Issue
Block a user