URL Updates and Schedule for CI Action #2

Merged
a.wagner merged 3 commits from a.wagner/public-files:ci into main 2026-02-05 13:18:23 +00:00

View file

@ -1,7 +1,8 @@
name: upload artifacts name: upload artifacts
on: push on:
# TODO: cron schedule:
- cron: 0 15 * * *
env: env:
DTC_TOKEN: ${{ secrets.POOLTOKEN }} DTC_TOKEN: ${{ secrets.POOLTOKEN }}
@ -13,9 +14,6 @@ jobs:
steps: steps:
- name: Install uv - name: Install uv
uses: astral-sh/setup-uv@v6 uses: astral-sh/setup-uv@v6
- name: install git-annex
run: |
uv tool install git-annex
- name: Configure Git - name: Configure Git
run: | run: |
git config --global user.name ${{ forgejo.actor }} git config --global user.name ${{ forgejo.actor }}
@ -29,5 +27,5 @@ jobs:
echo OK echo OK
- name: Fetch and run script - name: Fetch and run script
run: | run: |
wget https://hub.psychoinformatics.de/adina/Testing-CI-uploads/raw/branch/main/.forgejo/tools/register-upload.py wget https://hub.psychoinformatics.de/datalink/tools/raw/branch/main/code/register-upload.py
uv run register-upload.py uv run register-upload.py