Skip to content

Commit

Permalink
Merge pull request #96 from sonatype-nexus-community/ci/user-sonatype…
Browse files Browse the repository at this point in the history
…-platform-variable

chore(ci): use Sonatype Platform URL from variable not secret
  • Loading branch information
madpah authored Aug 2, 2024
2 parents 693eb1e + 6e572f5 commit 2de177e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
id: evaluate
uses: sonatype/actions/evaluate@v1
with:
iq-server-url: ${{ secrets.SONATYPE_LIFECYCLE_URL }}
iq-server-url: ${{ vars.SONATYPE_PLATFORM_URL }}
username: ${{ secrets.SONATYPE_LIFECYCLE_USERNAME }}
password: ${{ secrets.SONATYPE_LIFECYCLE_PASSWORD }}
application-id: ${{ env.LC_APPLICATION_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
id: evaluate
uses: sonatype/actions/evaluate@v1
with:
iq-server-url: ${{ secrets.SONATYPE_LIFECYCLE_URL }}
iq-server-url: ${{ vars.SONATYPE_PLATFORM_URL }}
username: ${{ secrets.SONATYPE_LIFECYCLE_USERNAME }}
password: ${{ secrets.SONATYPE_LIFECYCLE_PASSWORD }}
application-id: ${{ env.LC_APPLICATION_ID }}
Expand Down

0 comments on commit 2de177e

Please sign in to comment.