Skip to content

Commit fe81e24

Browse files
committed
Testing merge queue
Adding comment to test merge queue Signed-off-by: Nikola Radakovic <[email protected]>
1 parent 9a65f64 commit fe81e24

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/toolchains-qnx-tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
run: |
3434
mkdir -p /opt/score_qnx/license
3535
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}"
3642
- name: Run build
3743
env:
3844
SCORE_QNX_USER: ${{ secrets.SCORE_QNX_USER }}

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ common --credential_helper=*.qnx.com=%worksapce%/path/to/qnx_credential_helper.p
6565
```
6666

6767
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

0 commit comments

Comments
 (0)