Skip to content

Commit

Permalink
fixes wrong arche-production URL ...
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Jan 10, 2025
1 parent 2b62006 commit 86c4748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
env:
ARCHE_USER: pandorfer
ARCHE_PASSWORD: ${{secrets.ARCHE_PASSWORD}}
ARCHE: https://arche.acdh-dev.oeaw.ac.at/api
ARCHE: https://arche.acdh.oeaw.ac.at/api
TOPCOLID: https://id.acdh.oeaw.ac.at/emt
TITLEIMAGE: https://id.acdh.oeaw.ac.at/emt/title-image.jpg
PROJECTID: https://id.acdh.oeaw.ac.at/emt/project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingest_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
env:
ARCHE_USER: pandorfer
ARCHE_PASSWORD: ${{secrets.ARCHE_PASSWORD}}
ARCHE: https://arche.acdh-dev.oeaw.ac.at/api
ARCHE: https://arche.acdh.oeaw.ac.at/api
TOPCOLID: https://id.acdh.oeaw.ac.at/emt

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingest_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
env:
ARCHE_USER: pandorfer
ARCHE_PASSWORD: ${{secrets.ARCHE_PASSWORD}}
ARCHE: https://arche.acdh-dev.oeaw.ac.at/api
ARCHE: https://arche.acdh.oeaw.ac.at/api
TOPCOLID: https://id.acdh.oeaw.ac.at/emt

steps:
Expand Down

0 comments on commit 86c4748

Please sign in to comment.