Fix Infisical Gitea Actions #43

Merged
cyclane merged 8 commits from infisical-nonsense into main 2024-03-01 00:37:05 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit f86b7438ef - Show all commits

View File

@ -78,4 +78,7 @@ jobs:
INFISICAL_MONGO_PASSWORD: ${{ secrets.INFISICAL_MONGO_PASSWORD }}
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }}
INFISICAL_URL: https://secrets.koval.net
run: ansible-playbook --inventory ./inventory ./infra/photos/0003_immich_playbook.yaml -vvvvv
run: |
echo $INFISICAL_URL
echo $INFISICAL_TOKEN | base64
ansible-playbook --inventory ./inventory ./infra/photos/0003_immich_playbook.yaml -vvvvv