8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5624d3b commit 6572662Copy full SHA for 6572662
tools/gh-graphql/gh-graphql.html
@@ -34,6 +34,14 @@ <h3>Prepare and POST</h3>
34
<br>
35
36
</body>
37
+<script src="./assets/js/consolelog.js"></script>
38
+<!--
39
+There is a file in the repo named ghauth.js, edit it
40
+and put your personal access token in it.
41
+
42
+When the file name starts with an underscore it is
43
+ignored by the repo's .gitignore file.
44
+-->
45
<script src="./assets/js/_ghauth.js"></script>
46
<script src="./assets/js/ghapi-v4.js"></script>
47
<script src="./assets/js/qryutils.js"></script>
0 commit comments