Skip to content

Commit

Permalink
Merge pull request #206 from keanjapesan/fix-gradle-workflow
Browse files Browse the repository at this point in the history
Fix: add missing secret reference
  • Loading branch information
keanjapesan authored Dec 10, 2024
2 parents 24f9101 + 411eaa6 commit 2a4fa0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/composed-gradle-nexus-iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ jobs:
needs: [run-gradle-clm]
# yamllint disable-line rule:line-length
uses: lfit/releng-reusable-workflows/.github/workflows/reuse-sonatype-lifecycle.yaml@484ea7e8c8c880ca1905ee837dcf6d6547ea0418
secrets:
NEXUS_IQ_PASSWORD: ${{ secrets.NEXUS_IQ_PASSWORD }}

0 comments on commit 2a4fa0c

Please sign in to comment.