Skip to content

Commit e01a49b

Browse files
committed
Revert "Trying smth else"
This reverts commit e9652e1.
1 parent e9652e1 commit e01a49b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/NavColab.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,11 @@ export default {
196196
197197
var nbUid = uuidv4()
198198
var nbName = 'pytorch-ignite-notebook.ipynb'
199-
var repoOwner = `${process.env.VUE_APP_GH_USER}`
200-
var repo = `${process.env.VUE_APP_GH_REPO}`
199+
var repoOwner = process.env.VUE_APP_GH_USER
200+
var repo = process.env.VUE_APP_GH_REPO
201201
202202
const octokit = new Octokit({
203-
auth: `${process.env.VUE_APP_GH_TOKEN}`
203+
auth: process.env.VUE_APP_GH_TOKEN
204204
})
205205
const response = octokit.request(
206206
'PUT /repos/{owner}/{repo}/contents/{path}',

0 commit comments

Comments
 (0)