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: docs/INTEGRATED-DEMO.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@
3
3
This guidance will track the most up-to-date version of the package and tasks.
4
4
You should expect it to shrink noticeably over time!
5
5
6
+
## Prerequisites
7
+
8
+
* Docker should be running
9
+
* You should have an environment variable called GITHUB_USERNAME, with your github username in it
10
+
* You should have an environment variable called GITHUB_TOKEN, with a github [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) that has `read:packages` permissions.
0 commit comments