Skip to content

Commit

Permalink
Revert "Bump tailscale/github-action from 2 to 3"
Browse files Browse the repository at this point in the history
This reverts commit dc53bfa.
  • Loading branch information
voluntas committed Dec 23, 2024
1 parent 5dedc87 commit 6c3e196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

# Ubuntu x86_64 向け
- name: Tailscale
uses: tailscale/github-action@v3
uses: tailscale/github-action@v2
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Tailscale
uses: tailscale/github-action@v3
uses: tailscale/github-action@v2
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
Expand Down

0 comments on commit 6c3e196

Please # to comment.