Skip to content

Commit

Permalink
Forgejo: Use locally sourced actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmilling committed Mar 9, 2024
1 parent a73124d commit 2d849f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .forgejo/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
runs-on: alpine-tokyo
steps:
- name: Checkout Repository
uses: https://github.com/actions/checkout@v4
uses: ${{ github.server_url }}/actions/checkout@v4
with:
fetch-depth: 0
- name: Setup SSH
uses: https://github.com/webfactory/[email protected]
uses: ${{ github.server_url }}/actions/[email protected]
with:
ssh-private-key: |
${{ secrets.SYNC_KEY }}
Expand Down

0 comments on commit 2d849f2

Please sign in to comment.