Skip to content

Commit

Permalink
Merge pull request #46 from WISE-Developers/working/access_token
Browse files Browse the repository at this point in the history
Change the access token
  • Loading branch information
tredpath authored Feb 11, 2023
2 parents 7ce06a6 + 30c1d7d commit bfb189f
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "HSS_LowLevel"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download ErrorCalc include files
uses: robinraju/[email protected]
Expand All @@ -124,7 +124,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "ErrorCalc"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Multithread include files
uses: robinraju/[email protected]
Expand All @@ -135,7 +135,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "HSS_Multithread"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Math include files
uses: robinraju/[email protected]
Expand All @@ -146,7 +146,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "HSS_Math"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Geography include files
uses: robinraju/[email protected]
Expand All @@ -157,7 +157,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "HSS_Geography"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Geography include files
uses: robinraju/[email protected]
Expand All @@ -168,7 +168,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "WTime"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Math protobuf files
uses: robinraju/[email protected]
Expand All @@ -179,7 +179,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "proto/HSS_Math"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Geography protobuf files
uses: robinraju/[email protected]
Expand All @@ -190,7 +190,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "proto/HSS_Geography"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Math protobuf files
uses: robinraju/[email protected]
Expand All @@ -201,7 +201,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "proto/WTime"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download LowLevel lib (Win)
uses: robinraju/[email protected]
Expand All @@ -213,7 +213,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/HSS_LowLevel"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download LowLevel lib (Ubuntu 20.04)
uses: robinraju/[email protected]
Expand All @@ -225,7 +225,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/HSS_LowLevel"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download LowLevel lib (Ubuntu 22.04)
uses: robinraju/[email protected]
Expand All @@ -237,7 +237,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/HSS_LowLevel"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download ErrorCalc lib (Win)
uses: robinraju/[email protected]
Expand All @@ -249,7 +249,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/ErrorCalc"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download ErrorCalc lib (Ubuntu 20.04)
uses: robinraju/[email protected]
Expand All @@ -261,7 +261,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/ErrorCalc"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download ErrorCalc lib Ubuntu 22.04)
uses: robinraju/[email protected]
Expand All @@ -273,7 +273,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/ErrorCalc"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Multithread lib (Win)
uses: robinraju/[email protected]
Expand All @@ -285,7 +285,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/HSS_Multithread"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Multithread lib (Ubuntu 20.04)
uses: robinraju/[email protected]
Expand All @@ -297,7 +297,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/HSS_Multithread"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Multithread lib Ubuntu 22.04)
uses: robinraju/[email protected]
Expand All @@ -309,7 +309,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/HSS_Multithread"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Math lib (Win)
uses: robinraju/[email protected]
Expand All @@ -321,7 +321,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/HSS_Math"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Math lib (Ubuntu 20.04)
uses: robinraju/[email protected]
Expand All @@ -333,7 +333,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/HSS_Math"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Math lib (Ubuntu 22.04)
uses: robinraju/[email protected]
Expand All @@ -345,7 +345,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/HSS_Math"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Geography lib (Win)
uses: robinraju/[email protected]
Expand All @@ -357,7 +357,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/HSS_Geography"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Geography lib (Ubuntu 20.04)
uses: robinraju/[email protected]
Expand All @@ -369,7 +369,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/HSS_Geography"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download Geography lib (Ubuntu 22.04)
uses: robinraju/[email protected]
Expand All @@ -381,7 +381,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/HSS_Geography"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download WTime lib (Win)
uses: robinraju/[email protected]
Expand All @@ -393,7 +393,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/WTime"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download WTime lib (Ubuntu 20.04)
uses: robinraju/[email protected]
Expand All @@ -405,7 +405,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/WTime"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Download WTime lib (Ubuntu 22.04)
uses: robinraju/[email protected]
Expand All @@ -417,7 +417,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "dlibs/WTime"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

- name: Unarchive downloaded include files
shell: pwsh
Expand Down

0 comments on commit bfb189f

Please sign in to comment.