Skip to content

Commit

Permalink
Update git.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PawanSirsat authored Nov 1, 2023
1 parent 1dcecb9 commit 7eedaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let githubToken = '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'
let githubToken = process.env.TOKEN_API
let githubUsername = 'PawanSirsat'
let squares = document.querySelector('.squares')
const months = [
Expand Down

0 comments on commit 7eedaa4

Please sign in to comment.