Skip to content

Commit

Permalink
Merge pull request #314 from ballerina-platform/2201.8.x
Browse files Browse the repository at this point in the history
Sync 2201.8.x with master
  • Loading branch information
sahanHe authored Jan 31, 2024
2 parents 0edaa6a + 6fe3eef commit 5aac96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ jobs:

- name: Push to Staging
if: github.event.inputs.bal_central_environment == 'STAGE'
working-directory: ./ballerina
run: bal push
env:
BALLERINA_CENTRAL_ACCESS_TOKEN: ${{ secrets.BALLERINA_CENTRAL_STAGE_ACCESS_TOKEN }}
WORKING_DIR: ./ballerina
JAVA_HOME: /usr/lib/jvm/default-jvm

- name: Push to Dev
if: github.event.inputs.bal_central_environment == 'DEV'
run: bal push
working-directory: ./ballerina
env:
BALLERINA_CENTRAL_ACCESS_TOKEN: ${{ secrets.BALLERINA_CENTRAL_DEV_ACCESS_TOKEN }}
WORKING_DIR: ./ballerina
JAVA_HOME: /usr/lib/jvm/default-jvm

0 comments on commit 5aac96b

Please sign in to comment.