We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0351971 commit 18c0b1eCopy full SHA for 18c0b1e
.forgejo/workflows/retype-action.yaml
@@ -15,13 +15,13 @@ jobs:
15
uses: https://code.forgejo.org/actions/checkout@v4
16
17
- name: Build site with Retype
18
- uses: retypeapp/action-build@latest
+ uses: https://github.com/retypeapp/action-build@v3
19
id: build1
20
21
- name: Setup SSH key
22
run: |
23
mkdir -p ~/.ssh
24
- echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_rsa
+ echo "${{ secrets.THE_MACHINE_PRIV }}" > ~/.ssh/id_rsa
25
chmod 600 ~/.ssh/id_rsa
26
ssh-keyscan codeberg.org >> ~/.ssh/known_hosts
27
shell: bash
0 commit comments