Skip to content

Commit 3d5cbf1

Browse files
committed
test 4
1 parent e5fcbcc commit 3d5cbf1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy-sync-rules.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
env:
3131
AUTH_TOKEN: ${{ secrets.POWERSYNC_AUTH_TOKEN }}
3232
INSTANCE_ID: ${{ secrets.POWERSYNC_INSTANCE_ID }}
33+
PROJECT_ID: ${{ secrets.POWERSYNC_PROJECT_ID }}
34+
ORG_ID: ${{ secrets.POWERSYNC_ORG_ID }}
3335
run: |
34-
AUTH_TOKEN=${{ secrets.POWERSYNC_AUTH_TOKEN }} INSTANCE_ID=${{ secrets.POWERSYNC_INSTANCE_ID }} npx powersync instance sync-rules deploy --filePath ./sync-rules.yaml -s
36+
npx powersync instance sync-rules deploy --filePath ./sync-rules.yaml -s
3537

sync-rules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bucket_definitions:
22
global:
33
data:
4-
- SELECT id, name FROM lists
4+
- SELECT id FROM lists
55
- SELECT * FROM todos

0 commit comments

Comments
 (0)