Skip to content

Commit fab6f47

Browse files
committed
chore(ci): use latest deploy action
1 parent ee78bfc commit fab6f47

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1+
# .github/workflows/sync-to-production.yaml
12
name: Sync main to sandbox-production
23

34
on:
45
workflow_dispatch:
56

6-
permissions:
7-
contents: write
8-
pull-requests: write
9-
107
jobs:
118
sync:
129
runs-on: ubuntu-latest
13-
10+
permissions:
11+
contents: write
1412
steps:
15-
- name: Sync main to production branch and increment version
16-
uses: livekit-examples/sandbox-deploy-action
17-
secrets: inherit
13+
- uses: livekit-examples/sandbox-deploy-action@v1
14+
with:
15+
production_branch: 'sandbox-production'
16+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)