feat: withAuth now accepts session token for authorization hearder #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy staging dashboard | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- "apps/web/**" | |
- "packages/**" | |
- ".github/**" | |
- "package.json" | |
branches: | |
- main | |
jobs: | |
preview: | |
uses: ./.github/workflows/template-deploy.yml | |
with: | |
vercel_org_id: team_C4VZgUPr0FlKic3I11Ygmgkt | |
vercel_project_id: prj_hS2Lxn79Suh8zrwwr2TFz28u429h | |
project_name: dashboard | |
environment: production | |
secrets: | |
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} |