Skip to content

Commit

Permalink
deps(ci): bump tailscale/github-action from 2 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasehlert committed Dec 19, 2024
1 parent 91bc1ab commit b893f1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ jobs:
go-version-file: go.mod

- name: Connect to Tailnet
uses: tailscale/github-action@v2
uses: tailscale/github-action@v3
with:
args: --accept-dns=true
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:github-runner
version: latest

- name: Run go code
run: |
Expand Down

0 comments on commit b893f1c

Please sign in to comment.