Skip to content

Commit

Permalink
Update token, server params for Abacus prod server
Browse files Browse the repository at this point in the history
Token and server parameters updated for Abacus production server. DOIs need to be updated after creating directories for each continent in Abacus.
  • Loading branch information
brettdimond authored Sep 27, 2023
1 parent f8f85a8 commit e52511b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ jobs:
- name: Send 'asia' repository to Dataverse
uses: IQSS/dataverse-uploader@v1.3
with:
DATAVERSE_TOKEN: e8a8e7da-74b4-4dd9-aee8-5f67630e1011
DATAVERSE_SERVER: https://abacus-staging.library.ubc.ca
DATAVERSE_TOKEN: ca609de4-735c-4035-925e-e5a5e09c9e56
DATAVERSE_SERVER: https://abacus.library.ubc.ca
DATAVERSE_DATASET_DOI: hdl:11272/AB2/XNNMLU
GITHUB_DIR: asia
DELETE: True
PUBLISH: False
- name: Send 'europe' repository to Dataverse
uses: IQSS/dataverse-uploader@v1.3
with:
DATAVERSE_TOKEN: e8a8e7da-74b4-4dd9-aee8-5f67630e1011
DATAVERSE_SERVER: https://abacus-staging.library.ubc.ca
DATAVERSE_TOKEN: ca609de4-735c-4035-925e-e5a5e09c9e56
DATAVERSE_SERVER: https://abacus.library.ubc.ca
DATAVERSE_DATASET_DOI: hdl:11272/AB2/S3CB2Q
GITHUB_DIR: europe
DELETE: True
PUBLISH: False
- name: Send 'north-america' repository to Dataverse
uses: IQSS/dataverse-uploader@v1.3
with:
DATAVERSE_TOKEN: e8a8e7da-74b4-4dd9-aee8-5f67630e1011
DATAVERSE_SERVER: https://abacus-staging.library.ubc.ca
DATAVERSE_TOKEN: ca609de4-735c-4035-925e-e5a5e09c9e56
DATAVERSE_SERVER: https://abacus.library.ubc.ca
DATAVERSE_DATASET_DOI: hdl:11272/AB2/DWEUNF
GITHUB_DIR: north-america
DELETE: True
Expand Down

0 comments on commit e52511b

Please sign in to comment.