Skip to content

Commit

Permalink
Merge pull request #95 from NipunaRanasinghe/2201.8.x
Browse files Browse the repository at this point in the history
[2201.8.x] Fix access token in release workflow
  • Loading branch information
kalaiyarasiganeshalingam authored Sep 25, 2023
2 parents de71956 + d2005ed commit 89105b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
run: bal push
working-directory: ./ballerina
env:
BALLERINA_CENTRAL_ACCESS_TOKEN: ${{ secrets.BALLERINA_CENTRAL_DEV_ACCESS_TOKEN }}
BALLERINA_CENTRAL_ACCESS_TOKEN: ${{ secrets.BALLERINA_CENTRAL_ACCESS_TOKEN }}
JAVA_HOME: /usr/lib/jvm/default-jvm

0 comments on commit 89105b0

Please sign in to comment.