Skip to content

Commit

Permalink
s/env/vars
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Jul 2, 2024
1 parent 00e346f commit 48f2e61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/exporter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
OBS_USER: ${{ secrets.OBS_USER }}
OBS_PASS: ${{ secrets.OBS_PASS }}
OBS_PROJECT: ${{ env.OBS_PROJECT }}
OBS_PROJECT: ${{ vars.OBS_PROJECT }}
REVISION: ${{ github.sha }}
REPOSITORY: ${{ github.repository }}
GITHUB_OAUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -74,9 +74,9 @@ jobs:
env:
OBS_USER: ${{ secrets.OBS_USER }}
OBS_PASS: ${{ secrets.OBS_PASS }}
OBS_PROJECT: ${{ env.OBS_PROJECT }}
OBS_PROJECT: ${{ vars.OBS_PROJECT }}
PACKAGE_NAME: prometheus-hanadb_exporter
TARGET_PROJECT: ${{ env.OBS_DOWNSTREAM_PROJECT }}
TARGET_PROJECT: ${{ vars.OBS_DOWNSTREAM_PROJECT }}
REVISION: ${{ github.event.release.tag_name }}
REPOSITORY: ${{ github.repository }}
GITHUB_OAUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 48f2e61

Please sign in to comment.