[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:
|
||||
description: Infisical Project
|
||||
required: true
|
||||
s3-backup-path:
|
||||
s3-backup-path:
|
||||
description: "Workspace to setup Oasis"
|
||||
required: false
|
||||
default: backups/forgejo-repositories/${{ forgejo.repository }}
|
||||
|
@ -39,7 +39,7 @@ runs:
|
|||
env:
|
||||
STORAGE_SERVICE_URL: ${{ env.BACKUP_S3_ENDPOINT }}
|
||||
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_SOURCE: ${{ forgejo.workspace }}/repo
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue