Skip to content

Commit

Permalink
chore: remove studio login from ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Nov 7, 2023
1 parent ca137bf commit 20cb969
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions templates/studio-template-blog/.github/workflows/studio.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Astro Studio Sync
env:
ASTRO_STUDIO_SESSION_ID: ${{ secrets.ASTRO_STUDIO_SESSION_ID }}
ASTRO_STUDIO_PROJECT_ID: ${{ secrets.ASTRO_STUDIO_PROJECT_ID }}
ASTRO_STUDIO_APP_TOKEN: ${{secrets.ASTRO_STUDIO_APP_TOKEN }}
on:
Expand All @@ -14,9 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install Astro Studio CLI
run: npm i leaf-simplest-round-ride@latest
- name: Log in to studio
run: npx studio login --session ${{ env.ASTRO_STUDIO_SESSION_ID }}
- name: Link to studio project
run: npx studio link --project-id ${{ env.ASTRO_STUDIO_PROJECT_ID }}
- name: Sync with studio
run: npx studio sync
run: npx studio sync

0 comments on commit 20cb969

Please sign in to comment.