[FEATURE] Restore S3 For Testing
Some checks failed
S3 Repo Backup / s3-repo-backup (push) Failing after 13s
Deploy Edge / deploy-edge (push) Failing after 28s

This commit is contained in:
Dunemask 2024-08-25 15:22:02 -06:00
parent 3f0e2323d9
commit 8229b5abfe

View file

@ -1,17 +1,17 @@
# name: S3 Repo Backup name: S3 Repo Backup
# run-name: ${{ forgejo.actor }} S3 Repo Backup run-name: ${{ forgejo.actor }} S3 Repo Backup
# on: on:
# push: push:
# branches: [ master ] branches: [ master ]
# jobs: jobs:
# s3-repo-backup: s3-repo-backup:
# steps: steps:
# - name: S3 Backup - name: S3 Backup
# uses: https://forgejo.dunemask.dev/elysium/elysium-actions@s3-backup uses: https://forgejo.dunemask.dev/elysium/elysium-actions@s3-backup
# with: with:
# infisical-token: ${{ secrets.INFISICAL_ELYSIUM_EDGE_READ_TOKEN }} infisical-token: ${{ secrets.INFISICAL_ELYSIUM_EDGE_READ_TOKEN }}
# infisical-project: ${{ vars.INFISICAL_DEPLOYMENTS_PROJECT_ID }} infisical-project: ${{ vars.INFISICAL_DEPLOYMENTS_PROJECT_ID }}
# - name: Status Alert - name: Status Alert
# if: always() if: always()
# run: echo "The Job ended with status ${{ job.status }}." run: echo "The Job ended with status ${{ job.status }}."