Skip to content

Commit e43203a

Browse files
committed
Change env to staging for preview
1 parent b2af378 commit e43203a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cancel-in-progress: false
2121
env:
2222
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
23-
APP_ENV: prod
23+
APP_ENV: staging
2424
BRANCH_NAME: ${{ github.ref_name }}
2525

2626
steps:

0 commit comments

Comments
 (0)