Skip to content

Commit 31e2c8c

Browse files
committed
update project id
1 parent 831d15c commit 31e2c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/react-oidcspa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy React OIDC Spa Example
22

33
env:
44
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
5-
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_REACT_PROJECT_ID }}
5+
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_REACT_OIDCSPA_PROJECT_ID }}
66
VERCEL_TOKEN: ${{ secrets.VERCEL_DEPLOYMENT_TOKEN }}
77
on:
88
push:

0 commit comments

Comments
 (0)