Skip to content

Commit

Permalink
chore: update sync workflow file prod
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Dave <[email protected]>
  • Loading branch information
yash-deepsource authored Jan 2, 2024
1 parent 8568fed commit 3a008ad
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/syncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- v*

env:
SYNC_ENDPOINT: ${{ secrets.SYNC_ENDPOINT_DEV }}
DATASYNC_SECRET: ${{ secrets.DATASYNC_SECRET_DEV }}
SYNC_ENDPOINT: ${{ secrets.SYNC_ENDPOINT }}
DATASYNC_SECRET: ${{ secrets.DATASYNC_SECRET }}

jobs:
sync_analyzers:
Expand All @@ -17,11 +17,6 @@ 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 3a008ad

Please sign in to comment.