You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VERCEL.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,5 +65,9 @@ of `orgId` from step 1
65
65
copy the token to clipboard.
66
66
5.[Create secret](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/settings/secrets/actions/new) called `VERCEL_TOKEN` with the value
67
67
of `projectId` from the previous command
68
+
6.[Generate GitHub Personal Access Token](https://github.com/settings/tokens) with Deployments (Read and Write) and
69
+
Pull Requests (Read and Write) permissions scoped for repository of the project. Copy the token in your buffer
70
+
7.[Create secret](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/settings/secrets/actions/new) called `GH_PATH` with the value
71
+
set to the token created in step 6
68
72
69
73
That's it. The rest is automatic, deploy happening on build of main.
0 commit comments