Skip to content

Commit

Permalink
Add Tailscale to Actions deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Oct 5, 2023
1 parent d9ac525 commit 2836f91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ jobs:
with:
key: ${{ secrets.GIT_CRYPT_KEY }}

- name: Initialize Tailscale
uses: tailscale/github-action@v2
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:acm

- name: Initialize Terraform
id: terraform-init
run: |-
Expand Down

0 comments on commit 2836f91

Please sign in to comment.