Skip to content

Commit

Permalink
fix secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Sep 25, 2024
1 parent e1746ee commit 34fdc14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-obs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

env:
OBS_USER: ${{ secrets.OBS_USER }}
OBS_PASS: ${{ secrets.OBS_PASS }}
OBS_PROJECT: ${{ vars.OBS_PROJECT}}
OBS_PASS: ${{ secrets.OBS_PASSWORD }}
OBS_PROJECT: ${{ vars.OBS_PROJECT }}

jobs:
obs-commit:
Expand Down

0 comments on commit 34fdc14

Please # to comment.