Skip to content

Commit

Permalink
ci: change environment variables to use robot auth instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mjugl committed Aug 14, 2024
1 parent 6a44047 commit 827511f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
MINIO__SECRET_KEY: ${{env.MINIO_ROOT_PASSWORD}}
MINIO__BUCKET: ${{env.MINIO_LOCAL_BUCKET_NAME}}
MINIO__ENDPOINT: localhost:9000
HUB__AUTH_USERNAME: ${{secrets.HUB_AUTH_USERNAME}}
HUB__AUTH_PASSWORD: ${{secrets.HUB_AUTH_PASSWORD}}
HUB__AUTH_METHOD: robot
HUB__ROBOT_AUTH__ID: ${{secrets.HUB_ROBOT_ID}}
HUB__ROBOT_AUTH__SECRET: ${{secrets.HUB_ROBOT_SECRET}}
# No tests against live infra are run here but these envs are set anyway to future-proof in case
# we ever end up testing against live infra. python-dotenv will not override existing envs so the prod
# URLs in the .env.example file shouldn't carry over here.
Expand Down

0 comments on commit 827511f

Please sign in to comment.