From 9aaa890958ad66ad600f6eac656e8ac3828ce3cf Mon Sep 17 00:00:00 2001 From: tklampfl Date: Wed, 13 Nov 2024 15:40:39 +0100 Subject: [PATCH] Update of user for arche ingest --- .github/workflows/delete.yml | 2 +- .github/workflows/filechecker.yml | 2 +- .github/workflows/ingest_binaries.yml | 2 +- .github/workflows/ingest_md.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/delete.yml b/.github/workflows/delete.yml index 788be1f..0305831 100644 --- a/.github/workflows/delete.yml +++ b/.github/workflows/delete.yml @@ -8,7 +8,7 @@ jobs: name: Delete data from ARCHE runs-on: ubuntu-latest env: - ARCHE_USER: pandorfer + ARCHE_USER: tklampfl ARCHE_PASSWORD: ${{secrets.ARCHE_PASSWORD}} ARCHE: https://arche-dev.acdh-dev.oeaw.ac.at/api TOPCOLID: https://id.acdh.oeaw.ac.at/priscian-glosses diff --git a/.github/workflows/filechecker.yml b/.github/workflows/filechecker.yml index c387e53..dc57b27 100644 --- a/.github/workflows/filechecker.yml +++ b/.github/workflows/filechecker.yml @@ -10,7 +10,7 @@ jobs: deploy: runs-on: ubuntu-latest env: - ARCHE_USER: pandorfer + ARCHE_USER: tklampfl ARCHE_PASSWORD: ${{secrets.ARCHE_PASSWORD}} ARCHE: https://arche-dev.acdh-dev.oeaw.ac.at/api TOPCOLID: https://id.acdh.oeaw.ac.at/priscian-glosses diff --git a/.github/workflows/ingest_binaries.yml b/.github/workflows/ingest_binaries.yml index fd96de7..e775a63 100644 --- a/.github/workflows/ingest_binaries.yml +++ b/.github/workflows/ingest_binaries.yml @@ -8,7 +8,7 @@ jobs: name: Ingest Binary-Data into ARCHE runs-on: ubuntu-latest env: - ARCHE_USER: pandorfer + ARCHE_USER: tklampfl ARCHE_PASSWORD: ${{secrets.ARCHE_PASSWORD}} ARCHE: https://arche-dev.acdh-dev.oeaw.ac.at/api TOPCOLID: https://id.acdh.oeaw.ac.at/priscian-glosses diff --git a/.github/workflows/ingest_md.yml b/.github/workflows/ingest_md.yml index d43cdf1..e8f002e 100644 --- a/.github/workflows/ingest_md.yml +++ b/.github/workflows/ingest_md.yml @@ -8,7 +8,7 @@ jobs: name: Ingest Metadata into ARCHE runs-on: ubuntu-latest env: - ARCHE_USER: pandorfer + ARCHE_USER: tklampfl ARCHE_PASSWORD: ${{secrets.ARCHE_PASSWORD}} ARCHE: https://arche-dev.acdh-dev.oeaw.ac.at/api TOPCOLID: https://id.acdh.oeaw.ac.at/priscian-glosses