Skip to content

Commit

Permalink
INFRA-407: Pass OCD3 secrets for check-deps workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Feb 21, 2024
1 parent 60b4453 commit 66a8c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
with:
java-version: "8"
notify-ocd3: true
ocd3-username: ${{ secrets.OCD3_USERNAME }}
ocd3-password: ${{ secrets.OCD3_PASSWORD }}
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
OCD3_USERNAME: ${{ secrets.OCD3_USERNAME }}
OCD3_PASSWORD: ${{ secrets.OCD3_PASSWORD }}

0 comments on commit 66a8c7b

Please sign in to comment.