Skip to content

Commit 08adee5

Browse files
committed
fixup! CI: synchronization with Artifactory
1 parent d4a85c9 commit 08adee5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/src-mirror.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ jobs:
2626
standard:
2727
runs-on: ubuntu-24.04-16cores
2828
steps:
29+
- name: Debug Artifactory creds
30+
shell: bash
31+
env:
32+
ART_USER: ${{ secrets.COM_NORDICSEMI_FILES_USERNAME }}
33+
ART_PASS: ${{ secrets.COM_NORDICSEMI_FILES_PASSWORD }}
34+
run: |
35+
echo "USERNAME length: ${#ART_USER}"
36+
echo "PASSWORD length: ${#ART_PASS}"
37+
2938
- name: Upload src.tar.gz
3039
uses: nrfconnect/action-src-mirror@main
3140
with:

0 commit comments

Comments
 (0)