Skip to content

Commit

Permalink
add token to deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isimmons committed Mar 22, 2024
1 parent 579d42e commit a67a250
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy to GitHub Pages

env:
ASTRO_STUDIO_APP_TOKEN: ${{secrets.ASTRO_STUDIO_APP_TOKEN }}

on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build": "astro check && astro build --remote",
"preview": "astro preview",
"astro": "astro"
},
Expand Down

0 comments on commit a67a250

Please sign in to comment.