Skip to content

Commit

Permalink
chore(ci): update secret checked in CI (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Jan 29, 2025
1 parent bf30c3d commit 045174a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Check if secrets are available
id: check
run: |
if [ "${{ secrets.PULP_PASSWORD }}" == "" ]; then
if [ "${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}" == "" ]; then
echo "result=false" >> $GITHUB_OUTPUT
else
echo "result=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 045174a

Please sign in to comment.