Skip to content

Commit

Permalink
Merge pull request #16 from S3-Platform-Inc/patch-new-plugin
Browse files Browse the repository at this point in the history
Patch new plugin
  • Loading branch information
CuberHuber authored Nov 5, 2024
2 parents 18edb0d + 5e1f194 commit 81aca4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
env:
ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
MIRROR_TARGET: ${{ secrets.S3_BACKET_NAME }}${{secrets.MIRROR_PATH}}${{env.PLUGIN_NAME}}
MIRROR_TARGET: ${{ secrets.MIRROR_TARGET }}
STORAGE_SERVICE_URL: ${{ secrets.S3_SERVICE_URL }}
AWS_REGION: ${{ secrets.S3_REGION }}
MIRROR_SOURCE: ${{secrets.MIRROR_PATH}}${{env.PLUGIN_NAME}}
with:
args: --overwrite --remove

0 comments on commit 81aca4f

Please sign in to comment.