Skip to content

Commit

Permalink
put keys in github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
maximemulder committed Nov 12, 2024
1 parent dd3886c commit ac4dcf7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ env:
DATABASE_NAME: TestDatabase
DATABASE_USERNAME: TestUsername
DATABASE_PASSWORD: TestPassword
BUCKET_URL: https://ace-minio-1.loris.ca:9000
BUCKET_NAME: loris-rb-data
BUCKET_ACCESS_KEY: lorisadmin-ro
BUCKET_SECRET_KEY: Tn=qP3LupmXnMuc
BUCKET_URL: ${{ vars.S3_BUCKET_URL }}
BUCKET_NAME: ${{ vars.S3_BUCKET_NAME }}
BUCKET_ACCESS_KEY: ${{ secrets.S3_BUCKET_ACCESS_KEY }}
BUCKET_SECRET_KEY: ${{ secrets.S3_BUCKET_SECRET_KEY }}

jobs:
docker:
Expand Down

0 comments on commit ac4dcf7

Please sign in to comment.