Skip to content

Commit

Permalink
add new secret varaible
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-thetribe committed Apr 25, 2024
1 parent eef9117 commit 2dfa8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
endpoint: ${{ secrets.MINIO_ENDPOINT }}
access_key: ${{ secrets.MINIO_ACCESS_KEY }}
secret_key: ${{ secrets.MINIO_SECRET_KEY }}
bucket: "i18n"
bucket: ${{ secrets.MINIO_I18N_BUCKET }}
# Optional inputs with their defaults:
source_dir: "locales/"
target_dir: "/"

0 comments on commit 2dfa8fc

Please sign in to comment.