Skip to content

Commit

Permalink
fix: add --app-token flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Nov 7, 2023
1 parent a0c797f commit 865c23c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Install Astro Studio CLI
run: npm i leaf-simplest-round-ride@next
- name: Link to studio project
run: npx studio link --project-id ${{ env.ASTRO_STUDIO_PROJECT_ID }}
run: npx studio link --project-id ${{ env.ASTRO_STUDIO_PROJECT_ID }} --app-token ${{ env.ASTRO_STUDIO_APP_TOKEN }}
- name: Sync with studio
run: npx studio sync

0 comments on commit 865c23c

Please sign in to comment.