Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Bylund committed Sep 25, 2024
1 parent b4a9582 commit 65922e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/selfhosted-poc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Selfhosted Runner Proof of Concept
run-name: selfhosted-poc
on:
push:
branches: # Made towards the following
- ci/*
workflow_dispatch: {}

jobs:
Expand All @@ -10,6 +13,12 @@ jobs:
container:
image: ubuntu:22.04
steps:
- name: Setup Tailscale
uses: tailscale/github-action@v2
with:
oauth-client-id: ${{ SECRETS.CI_TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ SECRETS.CI_TS_OAUTH_SECRET }}
tags: tag:ci
- name: Setup git
run: |
apt update
Expand Down

0 comments on commit 65922e7

Please sign in to comment.