[CHORE] Adjust Actions
This commit is contained in:
parent
8646f62cbe
commit
8fd38af4f8
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ inputs:
|
||||||
infisical-project:
|
infisical-project:
|
||||||
description: Infisical Project
|
description: Infisical Project
|
||||||
required: true
|
required: true
|
||||||
s3-backup-path:
|
s3-backup-path:
|
||||||
description: "Workspace to setup Oasis"
|
description: "Workspace to setup Oasis"
|
||||||
required: false
|
required: false
|
||||||
default: backups/forgejo-repositories/${{ forgejo.repository }}
|
default: backups/forgejo-repositories/${{ forgejo.repository }}
|
||||||
|
@ -39,7 +39,7 @@ runs:
|
||||||
env:
|
env:
|
||||||
STORAGE_SERVICE_URL: ${{ env.BACKUP_S3_ENDPOINT }}
|
STORAGE_SERVICE_URL: ${{ env.BACKUP_S3_ENDPOINT }}
|
||||||
ACCESS_KEY_ID: ${{ env.BACKUP_S3_KEY_ID }}
|
ACCESS_KEY_ID: ${{ env.BACKUP_S3_KEY_ID }}
|
||||||
SECRET_ACCESS_KEY: ${{ env.BACKUP_S3_KEY }}
|
SECRET_ACCESS_KEY: ${{ env.BACKUP_S3_KEY }}
|
||||||
MIRROR_TARGET: ${{ inputs.s3-backup-path }}
|
MIRROR_TARGET: ${{ inputs.s3-backup-path }}
|
||||||
MIRROR_SOURCE: ${{ forgejo.workspace }}/repo
|
MIRROR_SOURCE: ${{ forgejo.workspace }}/repo
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue