Skip to content

Commit

Permalink
correctly name env var
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSavage committed May 30, 2024
1 parent a995b74 commit 1658640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
DB_HOST: localhost
DB_PORT: 5432
DB_USER: postgres
DB_PASSWORD: postgres
DB_PASS: postgres
DB_NAME: zettelkasten
B2_ACCESS_KEY_ID: ${{ secrets.B2_ACCESS_KEY_ID }}
B2_SECRET_ACCESS_KEY: ${{ secrets.B2_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 1658640

Please sign in to comment.