Skip to content

Commit

Permalink
Merge pull request #18 from ModeSevenIndustrialSolutions/remove-lf-va…
Browse files Browse the repository at this point in the history
…lues

Chore: Migrate test data to secrets
  • Loading branch information
ModeSevenIndustrialSolutions authored Jun 7, 2024
2 parents 411f90f + 8c9b064 commit a171bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
# ToDo: change/update the line below when testing is completed
uses: ModeSevenIndustrialSolutions/[email protected]
with:
nexus_server: nexus3.o-ran-sc.org
nexus_username: admin
nexus_server: ${{ secrets.nexus_server }}
nexus_username: ${{ secrets.nexus_username }}
nexus_password: ${{ secrets.nexus_password }} # Repository secret
nexus_repository: testing
upload_directory: files
Expand Down

0 comments on commit a171bfa

Please sign in to comment.