Skip to content

Commit

Permalink
Atualizaçoes de token
Browse files Browse the repository at this point in the history
  • Loading branch information
ofelipelucca committed Dec 7, 2023
1 parent d343b0b commit dccfa97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboard.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require('dotenv').config(); ///< Carrega as variaveis de ambiente do arquivo '.env'
import dotenv from 'dotenv';
dotenv.config(); ///< Carrega as variaveis de ambiente do arquivo '.env'

const githubUsername = process.env.GITHUB_USERNAME;
const githubToken = process.env.GITHUB_TOKEN;
Expand Down

0 comments on commit dccfa97

Please sign in to comment.