File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6666 - name : ' Create Azure Container Registry Token'
6767 env :
6868 CONTAINER_REGISTRY_SERVER : ${{ secrets.PROD_REGISTRY_SERVER }}
69- CONTAINER_REPO : ${{ github.repository }}
7069 run : npm run create-acr-token
7170
7271 - name : ' Docker login'
Original file line number Diff line number Diff line change 2828 "content-changes-table-comment" : " tsx src/workflows/content-changes-table-comment.ts" ,
2929 "copy-fixture-data" : " node src/tests/scripts/copy-fixture-data.js" ,
3030 "count-translation-corruptions" : " tsx src/languages/scripts/count-translation-corruptions.ts" ,
31- "create-acr-token" : " tsx src/workflows/acr-create-token.ts " ,
31+ "create-acr-token" : " tsx src/workflows/acr-create-token.js " ,
3232 "debug" : " cross-env NODE_ENV=development ENABLED_LANGUAGES=en nodemon --inspect src/frame/server.ts" ,
3333 "delete-orphan-translation-files" : " tsx src/workflows/delete-orphan-translation-files.ts" ,
3434 "deleted-features-pr-comment" : " tsx src/data-directory/scripts/deleted-features-pr-comment.ts" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dotenv.config()
1010
1111const acrTokenName = process . env . ACR_TOKEN_NAME
1212const acrServer = process . env . CONTAINER_REGISTRY_SERVER
13- const repo = process . env . CONTAINER_REPO
13+ const repo = process . env . GITHUB_REPOSITORY
1414
1515function main ( ) {
1616 // Get the current time and add 30 minutes to it
You can’t perform that action at this time.
0 commit comments