chore: Switch to self hostet action runner

This commit is contained in:
Daniel Hiller
2023-09-13 22:47:08 +02:00
parent 90a30961ff
commit 211c841379
5 changed files with 16 additions and 16 deletions

View File

@@ -13,10 +13,10 @@ jobs:
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
contents: write
runs-on: ubuntu-latest
runs-on: [self-hosted]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0