Skip to content

Commit 843a920

Browse files
committed
Use variable
1 parent c630261 commit 843a920

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/developer_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
QA_TIMEOUT_PER_TEST: 150
1313
# The commit of the PR to embed it in the build tag
1414
RADIOSS_SHA_HEADER: ${{ github.event.pull_request.head.sha }}
15+
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
1516

1617
jobs:
1718

config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"auths": {
3+
"fr-qafactorydev.europe.altair.com": {
4+
"auth": "YWRtaW5xYTpFbE93TXFEYSQw"
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)