Skip to content

Commit

Permalink
add credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Jul 23, 2024
1 parent 691508e commit fe3f312
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
services:
db:
image: ghcr.io/codeforjapan/postgresql_bigm:12-latest
credentials:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
ports:
- 5432:5432
env:
Expand Down

0 comments on commit fe3f312

Please sign in to comment.