This commit is contained in:
parent
f1fed002a2
commit
c6a1aba0cf
1 changed files with 3 additions and 3 deletions
|
@ -12,16 +12,16 @@ jobs:
|
|||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: github.com/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: https://github.com/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- name: Set up SSH key
|
||||
uses: www.coastalcommits.com/actions/ssh-agent@forgejo
|
||||
uses: https://www.coastalcommits.com/actions/ssh-agent@forgejo
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
|
||||
instance-urls: "coastalcommits.com"
|
||||
- name: Add instance URLs to known_hosts
|
||||
run: ssh-keyscan -H coastalcommits.com >> ~/.ssh/known_hosts
|
||||
- name: Setup Node.js
|
||||
uses: github.com/oven-sh/setup-bun@v2
|
||||
uses: https://github.com/oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
- name: Configure Git
|
||||
|
|
Reference in a new issue