Skip to content

Commit

Permalink
Remove tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-nikhildua committed Sep 18, 2023
1 parent 96f21ee commit 05c641c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tf-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ jobs:
# with:
# terraform_version: ${{ inputs.terraform-version }}

- name: Tailscale
uses: tailscale/github-action@v2
# a tailscale oauth client requires tags
if: inputs.tailscale-tags != ''
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: ${{ inputs.tailscale-tags }}
# - name: Tailscale
# uses: tailscale/github-action@v2
# # a tailscale oauth client requires tags
# if: inputs.tailscale-tags != ''
# with:
# oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
# oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
# tags: ${{ inputs.tailscale-tags }}

- name: Config Proxy Environment Variables
if: inputs.https-proxy != ''
Expand Down

0 comments on commit 05c641c

Please sign in to comment.