Skip to content

Commit 989f7af

Browse files
authored
added tailscale login with ACL tag to workflow (#52)
1 parent 62dc1af commit 989f7af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-failure-diagnosis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
runs-on: ubuntu-latest
1818
name: Gather failure context and generate PR
1919
steps:
20+
- name: Connect to Tailscale
21+
uses: tailscale/github-action@v2
22+
with:
23+
oauth-client-id: ${{ secrets.CI_BOT_TS_OAUTH_CLIENT_ID }}
24+
oauth-secret: ${{ secrets.CI_BOT_TS_OAUTH_CLIENT_SECRET }}
25+
tags: tag:ci
26+
2027
- name: Checkout TensorZero config file
2128
uses: actions/checkout@v5
2229
with:

0 commit comments

Comments
 (0)