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: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,19 +135,21 @@ The image built this way can be pushed to cloud hosting providers such as [Herok
135
135
136
136
1. Set up an empty app from your Heroku dashboard.
137
137
138
-
2. With the [Heroku commandline interface](https://devcenter.heroku.com/categories/command-line) installed, first login from your terminal:
138
+
2. In the Settings page for your Heroku app, set a [Config Var](https://devcenter.heroku.com/articles/config-vars) with Key "GITHUB_TOKEN" and Value being your GitHub API personal access token.
139
+
140
+
3. With the [Heroku commandline interface](https://devcenter.heroku.com/categories/command-line) installed, first login from your terminal:
139
141
140
142
```sh
141
143
heroku container:login
142
144
```
143
145
144
-
3. Push the container image built above to your Heroku app:
146
+
4. Push the container image built above to your Heroku app:
0 commit comments