Skip to content

Commit

Permalink
Update flow
Browse files Browse the repository at this point in the history
  • Loading branch information
usulpro committed Jun 24, 2024
1 parent 5bd193a commit 0d8e7c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/demo-rollout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
EMAIL: ${{ github.event.inputs.email }}
REPO_ID: ${{ github.event.repository.id }}
REPO_PROD_BRANCH: ${{ github.ref }}
REPO_NAME: ${{ github.repository }}
REPO_TYPE: github
PROJECT_PREFIX: ${{ secrets.PROJECT_PREFIX }}
VERCEL_PERSONAL_AUTH_TOKEN: ${{ secrets.VERCEL_PERSONAL_AUTH_TOKEN }}
SANITY_PERSONAL_AUTH_TOKEN: ${{ secrets.SANITY_PERSONAL_AUTH_TOKEN }}
Expand All @@ -45,4 +47,3 @@ jobs:
# ROLL_OUT_API_TOKEN: ${{ secrets.ROLL_OUT_API_TOKEN }}
NEXT_PUBLIC_SANITY_DATASET: production
MAX_NUMBER_OF_PROJECTS: 5
REPO_TYPE: github

0 comments on commit 0d8e7c2

Please sign in to comment.