Skip to content

Commit

Permalink
Merge pull request #29 from neuefische/27-frontend-logging-does-not-w…
Browse files Browse the repository at this point in the history
…ork-on-production

Update token reference in deployment workflow
  • Loading branch information
josch87 authored Jun 8, 2024
2 parents 81b842e + 899a188 commit 2020dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
environment: production
env:
VITE_BETTERSTACK_TOKEN: ${{ env.VITE_BETTERSTACK_TOKEN }}
VITE_BETTERSTACK_TOKEN: ${{ secrets.VITE_BETTERSTACK_TOKEN }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2020dbd

Please sign in to comment.