diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-27 03:34:13 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-06-27 03:34:13 -0400 |
| commit | d311401e2fe7e0790a3641bb13e848a109465f4d (patch) | |
| tree | b4f61b15ebc06a4ed5f332e334f1161473f0a9ad /.github | |
| parent | 5eefaa01b94a77c372b0cbc5a96753db4e5fe604 (diff) | |
| download | xesite-d311401e2fe7e0790a3641bb13e848a109465f4d.tar.xz xesite-d311401e2fe7e0790a3641bb13e848a109465f4d.zip | |
does this need to run on k8s
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/earthly.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index 373a966..1ec6029 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, x64] permissions: contents: read packages: write @@ -19,12 +19,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Tailscale - uses: tailscale/github-action@v2 - with: - oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }} - oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }} - tags: tag:ci - uses: earthly/actions-setup@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} |
