[CHORE] Adjust Actions
This commit is contained in:
parent
c3624d4481
commit
c50c4ef647
1 changed files with 16 additions and 16 deletions
|
@ -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 }}."
|
Loading…
Add table
Add a link
Reference in a new issue