Skip to content

Commit

Permalink
Merge pull request #83 from hansaskov/actions
Browse files Browse the repository at this point in the history
Update github action to also use resend client secret
  • Loading branch information
hansaskov authored Feb 18, 2025
2 parents 90ccb8c + 4730662 commit 984ea1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
POSTGRES_USER: ${{ secrets.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
DATABASE_URL: postgres://${{ secrets.POSTGRES_USER }}:${{ secrets.POSTGRES_PASSWORD }}@timescaledb:5432/${{ vars.POSTGRES_DB }}
RESEND_CLIENT_SECRET: ${{ secrets.RESEND_CLIENT_SECRET }}
PORTAINER_FQDN: ${{ vars.PORTAINER_FQDN }}

steps:
Expand Down

0 comments on commit 984ea1f

Please sign in to comment.