File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 67
67
- name : deploy
68
68
if : github.ref == 'refs/heads/testing-juce8'
69
69
env :
70
- artifactoryApiKey : ${{ secrets.artifactoryApiKey }}
70
+ secrets.ARTIFACTORY_ACCESS_TOKEN : ${{ secrets.secrets.ARTIFACTORY_ACCESS_TOKEN }}
71
71
run : |
72
- curl -H "X-JFrog-Art-Api:$artifactoryApiKey " -T ${{ env.zipfile }} "https://openephys.jfrog.io/artifactory/PythonProcessor-plugin/linux/${{ env.zipfile }}"
72
+ curl -H "X-JFrog-Art-Api:$secrets.ARTIFACTORY_ACCESS_TOKEN " -T ${{ env.zipfile }} "https://openephys.jfrog.io/artifactory/PythonProcessor-plugin/linux/${{ env.zipfile }}"
Original file line number Diff line number Diff line change @@ -115,6 +115,6 @@ jobs:
115
115
- name : deploy
116
116
if : github.ref == 'refs/heads/testing-juce8'
117
117
env :
118
- artifactoryApiKey : ${{ secrets.artifactoryApiKey }}
118
+ secrets.ARTIFACTORY_ACCESS_TOKEN : ${{ secrets.secrets.ARTIFACTORY_ACCESS_TOKEN }}
119
119
run : |
120
- curl -H "X-JFrog-Art-Api:$artifactoryApiKey " -T ${{ env.zipfile }} "https://openephys.jfrog.io/artifactory/PythonProcessor-plugin/mac/${{ env.zipfile }}"
120
+ curl -H "X-JFrog-Art-Api:$secrets.ARTIFACTORY_ACCESS_TOKEN " -T ${{ env.zipfile }} "https://openephys.jfrog.io/artifactory/PythonProcessor-plugin/mac/${{ env.zipfile }}"
Original file line number Diff line number Diff line change 41
41
cd plugin-GUI/Build
42
42
cmake -G "Visual Studio 17 2022" -A x64 ..
43
43
mkdir Release && cd Release
44
- curl -L https://openephysgui .jfrog.io/artifactory/Libraries/open-ephys-lib-$GUI_LIB_VERSION.zip --output open-ephys-lib.zip
44
+ curl -L https://openephys .jfrog.io/artifactory/GUI-binaries /Libraries/open-ephys-lib-$GUI_LIB_VERSION.zip --output open-ephys-lib.zip
45
45
unzip open-ephys-lib.zip
46
46
shell : bash
47
47
- name : configure
82
82
- name : deploy
83
83
if : github.ref == 'refs/heads/testing-juce8'
84
84
env :
85
- artifactoryApiKey : ${{ secrets.artifactoryApiKey }}
85
+ secrets.ARTIFACTORY_ACCESS_TOKEN : ${{ secrets.secrets.ARTIFACTORY_ACCESS_TOKEN }}
86
86
run : |
87
- curl -H "X-JFrog-Art-Api:$artifactoryApiKey " -T ${{ env.zipfile }} "https://openephys.jfrog.io/artifactory/PythonProcessor-plugin/windows/${{ env.zipfile }}"
87
+ curl -H "X-JFrog-Art-Api:$secrets.ARTIFACTORY_ACCESS_TOKEN " -T ${{ env.zipfile }} "https://openephys.jfrog.io/artifactory/PythonProcessor-plugin/windows/${{ env.zipfile }}"
88
88
shell : bash
You can’t perform that action at this time.
0 commit comments