Skip to content

Commit fb12b99

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

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
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"

0 commit comments

Comments
 (0)