Skip to content

Commit

Permalink
test reading repo secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
helenb committed Dec 4, 2023
1 parent ead336d commit 48be159
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
ALLOWED_HOSTS: localhost
DATABASE_URL: postgres://postgres:postgres@localhost/postgres
BIRDBATH_REQUIRED: false

HEROKU_APP: ${{ secrets.HEROKU_APP_PRODUCTION }}
HEROKU_APP: ${{ secrets.HEROKU_APP_NAME_PRODUCTION }}

services:
postgres:
Expand Down

0 comments on commit 48be159

Please sign in to comment.