Skip to content

Commit 18c0b1e

Browse files
author
Saturn745
committed
Update .forgejo/workflows/retype-action.yaml
1 parent 0351971 commit 18c0b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.forgejo/workflows/retype-action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
uses: https://code.forgejo.org/actions/checkout@v4
1616

1717
- name: Build site with Retype
18-
uses: retypeapp/action-build@latest
18+
uses: https://github.com/retypeapp/action-build@v3
1919
id: build1
2020

2121
- name: Setup SSH key
2222
run: |
2323
mkdir -p ~/.ssh
24-
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_rsa
24+
echo "${{ secrets.THE_MACHINE_PRIV }}" > ~/.ssh/id_rsa
2525
chmod 600 ~/.ssh/id_rsa
2626
ssh-keyscan codeberg.org >> ~/.ssh/known_hosts
2727
shell: bash

0 commit comments

Comments
 (0)