Skip to content

Commit

Permalink
Pull env vars from vars context
Browse files Browse the repository at this point in the history
  • Loading branch information
pyropy committed Dec 17, 2024
1 parent 070cd35 commit 41facb4
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: ${{ secrets.INFLUX_METRIC }}
INFLUX_URL: ${{ secrets.INFLUX_URL }}
INFLUX_METRIC_NAME: ${{ vars.INFLUX_METRIC_NAME }}
INFLUX_URL: ${{ vars.INFLUX_URL }}
INFLUX_TOKEN: ${{ secrets.INFLUX_TOKEN }}
INFLUX_DATABASE: ${{ secrets.INFLUX_DATABASE }}
INFLUX_DATABASE: ${{ vars.INFLUX_DATABASE }}

0 comments on commit 41facb4

Please sign in to comment.