.gitea/workflows/make_index.yml aktualisiert

This commit is contained in:
Lukas Langrock 2024-06-25 14:22:22 +02:00
parent ab2d0f551b
commit b5e3607b26

@ -15,6 +15,9 @@ jobs:
- name: test secrets
run: echo $secrets.APPLICATION_KEY_ID
- name: Run script
env:
APPLICATION_KEY: ${{ secrets.APPLICATION_KEY }}
APPLICATION_KEY_ID: ${{ secrets.APPLICATION_KEY_ID }}
run: python3 script.py
- name: Upload build artifacts
uses: christopherhx/gitea-upload-artifact@v4