Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireChicken12 authored Apr 22, 2024
1 parent 4a6e32c commit 8a03473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/updateLocalePercentages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export default async function updateLocalePercentages() {
}
async function getLocalePercentagesFromCrowdin() {
if (!process.env.CROWDIN_TOKEN) return;
console.log(process.env.CROWDIN_TOKEN);
try {
const response = await fetch("https://crowdin.com/api/v2/projects/627048/languages/progress", {
headers: { Authorization: "Bearer " + process.env.CROWDIN_TOKEN },
Expand Down

0 comments on commit 8a03473

Please sign in to comment.