Skip to content

Commit

Permalink
Add tailscale authkey to make sync work (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com>
  • Loading branch information
srijan-deepsource authored Dec 22, 2023
1 parent f6215ba commit 50b8b4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/syncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Tailscale
uses: tailscale/github-action@v1
with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}

- name: Send sync signal
run: |
Expand Down

0 comments on commit 50b8b4a

Please sign in to comment.