We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c630261 commit 843a920Copy full SHA for 843a920
.github/workflows/developer_ci.yml
@@ -12,6 +12,7 @@ env:
12
QA_TIMEOUT_PER_TEST: 150
13
# The commit of the PR to embed it in the build tag
14
RADIOSS_SHA_HEADER: ${{ github.event.pull_request.head.sha }}
15
+ DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
16
17
jobs:
18
config.json
@@ -0,0 +1,7 @@
1
+{
2
+ "auths": {
3
+ "fr-qafactorydev.europe.altair.com": {
4
+ "auth": "YWRtaW5xYTpFbE93TXFEYSQw"
5
+ }
6
7
+}
0 commit comments