Skip to content

Commit

Permalink
🔨: revert back, as the upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dahoba authored and izayl committed Oct 26, 2023
1 parent 9cf875b commit 1afca25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { getTopTracks } = require('./spotify')
const { GH_TOKEN: github_token, GIST_ID: gist_id } = process.env

const octo = new Octokit({
auth: `${github_token}`,
auth: `token ${github_token}`,
})

async function main() {
Expand Down

0 comments on commit 1afca25

Please sign in to comment.