Skip to content

Commit

Permalink
Merge pull request #261 from niveathika/main
Browse files Browse the repository at this point in the history
Change configs as per standard
  • Loading branch information
niveathika authored Oct 17, 2023
2 parents e48dda3 + b7b39b9 commit 2c442bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-snapshot-nexus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
env:
packageUser: ${{ secrets.BALLERINA_BOT_USERNAME }}
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
nexusUser: ${{ secrets.NEXUS_USERNAME }}
nexusPassword: ${{ secrets.NEXUS_PASSWORD }}
NEXUS_USER: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ publishing {
url "https://maven.wso2.org/nexus/service/local/staging/deploy/maven2/"
}
credentials {
username System.getenv("nexusUser")
password System.getenv("nexusPassword")
username System.getenv("NEXUS_USER")
password System.getenv("NEXUS_PASSWORD")
}
}
}
Expand Down

0 comments on commit 2c442bd

Please sign in to comment.