Skip to content

Commit

Permalink
switch OBS_PROJECT to var instead of secret
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Sep 25, 2024
1 parent 13a2314 commit e1746ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-obs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
env:
OBS_USER: ${{ secrets.OBS_USER }}
OBS_PASS: ${{ secrets.OBS_PASS }}
OBS_PROJECT: ${{ secrets.OBS_PROJECT}}
OBS_PROJECT: ${{ vars.OBS_PROJECT}}

jobs:
obs-commit:
Expand Down

0 comments on commit e1746ee

Please sign in to comment.