Skip to content

Commit

Permalink
test: update typeList by CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHoDiep committed Mar 22, 2024
1 parent ba702c1 commit 65a398b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/proto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class ProtobufjsRender {

if (fileTsPre != fileTsAfter) {
console.log('TWO FILE IS DIFFERENT, PREPARE TO PUSH')
console.log('TOKEN AUT: ', process.env.GITHUB_TOKEN)
console.log('TOKEN AUT: ', process.env.ENV_DANNGER)
// Create a personal access token at https://github.com/settings/tokens/new?scopes=repo
const octokit = new Octokit({ auth: process.env.GITHUB_TOKEN })

Expand Down

0 comments on commit 65a398b

Please sign in to comment.