[CHORE] Adjust Actions
Some checks failed
Deploy Edge / deploy-edge (push) Successful in 1m52s
S3 Repo Backup / s3-repo-backup (push) Failing after 15s

This commit is contained in:
Dunemask 2024-08-24 21:51:37 -06:00
parent 1c49f8a2de
commit d2153853f0
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@ jobs:
with:
deploy-env: ci
infisical-token: ${{ secrets.INFISICAL_ELYSIUM_CI_READ_TOKEN }}
infisical-project: ${{ vars.INFISICAL_DEPLOYMENTS_PROJECT_ID }}
extra-secret-paths: /dashboard,/alexandria
extra-secret-envs: ci,ci
# Test Code

View file

@ -11,6 +11,7 @@ jobs:
uses: https://forgejo.dunemask.dev/elysium/elysium-actions@s3-backup
with:
infisical-token: ${{ secrets.INFISICAL_ELYSIUM_EDGE_READ_TOKEN }}
infisical-project: ${{ vars.INFISICAL_DEPLOYMENTS_PROJECT_ID }}
- name: Status Alert
if: always()
run: echo "The Job ended with status ${{ job.status }}."