Skip to content

Commit 38f36c4

Browse files
authored
Authenticate with Docker to raise rate limits (#3)
1 parent 3544fbd commit 38f36c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
services:
1212
postgres:
1313
image: postgres:${{matrix.postgres}}
14+
credentials:
15+
username: ${{ secrets.DOCKER_USER }}
16+
password: ${{ secrets.DOCKER_PASSWORD }}
1417
env:
1518
POSTGRES_USER: postgres
1619
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)