Skip to content

Commit accbf09

Browse files
authored
ci: Add missing env variable
1 parent 8476b98 commit accbf09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
RV_API_URL: ${{ vars.RV_API_URL }}
3535
RV_GOOGLE_TAG_MANAGER_ID: ${{ vars.RV_GOOGLE_TAG_MANAGER_ID }}
3636
RV_DMCA_GUID: ${{ vars.RV_DMCA_GUID }}
37+
RV_STATUS_URL: ${{ vars.RV_STATUS_URL }}
3738
run: npm run build
3839

3940
- name: Deploy

0 commit comments

Comments
 (0)