Update .gitea/workflows/s3-repo-backup.yml

This commit is contained in:
dunemask 2023-08-12 21:28:27 +00:00
parent e31dc4f555
commit 496da63d95

View file

@ -4,12 +4,12 @@ on:
push:
branches: [ master ]
env:
env:
S3_BACKUP_ENDPOINT: https://s3.dunemask.net
S3_BACKUP_KEY_ID: gitea-repo-backup
S3_BACKUP_KEY: ${{ secrets.S3_REPO_BACKUP_KEY }}
REPO_DIR: ${{ gitea.workspace }}/${{ gitea.respository }}
jobs:
jobs:
s3-repo-backup:
steps:
- name: Checkout repository
@ -29,4 +29,3 @@ on:
- name: Status Alert
if: always()
run: echo "The Job ended with status ${{ job.status }}."