Skip to content

Commit

Permalink
Pull env vars from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
pyropy committed Dec 17, 2024
1 parent 265c46f commit 070cd35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
secrets: |
INFLUX_TOKEN
env:
INFLUX_METRIC_NAME: ${{ env.INFLUX_METRIC }}
INFLUX_URL: ${{ env.INFLUX_URL }}
INFLUX_METRIC_NAME: ${{ secrets.INFLUX_METRIC }}
INFLUX_URL: ${{ secrets.INFLUX_URL }}
INFLUX_TOKEN: ${{ secrets.INFLUX_TOKEN }}
INFLUX_DATABASE: ${{ env.INFLUX_DATABASE }}
INFLUX_DATABASE: ${{ secrets.INFLUX_DATABASE }}

0 comments on commit 070cd35

Please sign in to comment.