Skip to content

Commit

Permalink
Merge pull request #263 from ballerina-platform/niveathika-patch-1
Browse files Browse the repository at this point in the history
Fix publish snapshot config
  • Loading branch information
MohamedSabthar authored Oct 17, 2023
2 parents 1049548 + 349af5d commit e850636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot-nexus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
packageUser: ${{ secrets.BALLERINA_BOT_USERNAME }}
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
NEXUS_USER: ${{ secrets.NEXUS_USERNAME }}
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
Expand Down

0 comments on commit e850636

Please sign in to comment.