cairo/.forgejo/workflows/s3-repo-backup.yml
Workflow config file is invalid. Please check your config file: EOF
Dunemask c3624d4481
Some checks failed
Deploy Edge / deploy-edge (push) Has been cancelled
[FEATURE] Disable S3
2024-08-25 15:22:46 -06:00

17 lines
No EOL
547 B
YAML

# name: S3 Repo Backup
# run-name: ${{ forgejo.actor }} S3 Repo Backup
# on:
# push:
# branches: [ master ]
# jobs:
# s3-repo-backup:
# steps:
# - name: S3 Backup
# 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 }}."