File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 33
33
run : |
34
34
mkdir -p /opt/score_qnx/license
35
35
echo "${SCORE_QNX_LICENSE}" | base64 --decode > /opt/score_qnx/license/licenses
36
+ - name : Run test for secrets
37
+ env :
38
+ SCORE_QNX_USER : ${{ secrets.SCORE_QNX_USER }}
39
+ SCORE_QNX_PASSWORD : ${{ secrets.SCORE_QNX_PASSWORD }}
40
+ run : |
41
+ echo user:password ==> "${SCORE_QNX_USER}:${SCORE_QNX_PASSWORD}"
36
42
- name : Run build
37
43
env :
38
44
SCORE_QNX_USER : ${{ secrets.SCORE_QNX_USER }}
Original file line number Diff line number Diff line change @@ -65,3 +65,5 @@ common --credential_helper=*.qnx.com=%worksapce%/path/to/qnx_credential_helper.p
65
65
```
66
66
67
67
The credentials are taken from .netrc or from enviroment variables ``` SCORE_QNX_USER ``` and ``` SCORE_QNX_PASSWORD ``` .
68
+
69
+ > THIS IS JUST A COMMENT TO TEST MERGE QUEUE
You can’t perform that action at this time.
0 commit comments