mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
omit credentials, benchmarking runs once a day so rate limit should not be an issue
This commit is contained in:
committed by
Cihan Demirci
parent
fd65322a24
commit
ab8743ad2f
3
.github/workflows/benchmarking.yml
vendored
3
.github/workflows/benchmarking.yml
vendored
@@ -461,9 +461,6 @@ jobs:
|
||||
container:
|
||||
image: ${{ matrix.IMAGE }}
|
||||
options: --init
|
||||
credentials:
|
||||
username: ${{ secrets.NEON_DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.NEON_DOCKERHUB_PASSWORD }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user