Skip to content

Commit

Permalink
Fixed issue with empty project dropdown after inserting the GH token.…
Browse files Browse the repository at this point in the history
… Now pinned the version of the github octokit library we import.
  • Loading branch information
geoffroy-noel-ddh committed Jul 28, 2023
1 parent 45125c8 commit 7b29d13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
<script src="utils.js"></script>
<script src="https://unpkg.com/vue@3"></script>
<script type="module">
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
// TODO: relative import
// TODO: modularise use of octokit, create a wrapper
// TODO: don't import it globally.
import { Octokit, App } from "https://cdn.skypack.dev/[email protected]";
window.Octokit = Octokit
</script>
<style>
Expand Down

0 comments on commit 7b29d13

Please sign in to comment.