We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d719a commit 7ea716cCopy full SHA for 7ea716c
1 file changed
.github/workflows/src-mirror.yml
@@ -0,0 +1,25 @@
1
+name: src-mirror
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - '*'
7
8
+jobs:
9
+ zip-and-upload:
10
+ runs-on: ubuntu-24.04
11
12
+ steps:
13
+ - name: Sync source to Artifactory
14
+ uses: nrfconnect/action-src-mirror@master
15
+ with:
16
+ git-ref: ${{ github.ref_name }}
17
+ git-fetch-depth: '0'
18
+ path: 'workspace/ncs-example-application'
19
+ west-update-args: '--group-filter=+babblesim'
20
+ artifactory-url: 'https://eu.files.nordicsemi.com/artifactory'
21
+ artifactory-repository: 'ncs-src-mirror'
22
+ artifactory-target-prefix: 'external/ncs-example-application'
23
+ artifactory-target-file-name: 'src.tar.gz'
24
+ artifactory-user: ${{ secrets.COM_NORDICSEMI_FILES_USERNAME }}
25
+ artifactory-pass: ${{ secrets.COM_NORDICSEMI_FILES_PASSWORD }}
0 commit comments