Skip to content

Commit

Permalink
Merge pull request #7 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 00f3f47 + 230bbeb commit 84ce8b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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 @@ -102,7 +102,7 @@ jobs:
tarBall: false
zipBall: false
out-file-path: "proto/HSS_Geography"
token: ${{ secrets.HSS_PAT }}
token: ${{ secrets.WISE_PAT }}

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

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

0 comments on commit 84ce8b9

Please sign in to comment.