Skip to content

Commit

Permalink
Merge pull request #5766 from ballerina-platform/niveathika-patch-1
Browse files Browse the repository at this point in the history
Set environment variables in dev/stage publishing
  • Loading branch information
niveathika authored Nov 14, 2023
2 parents 635d36b + 1b7f375 commit 26dc0e4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
distribution: "temurin"
java-version: 17.0.7

- name: Set ENV Variables
run: |
echo -e '${{ toJson(secrets) }}' | jq -r 'to_entries[] | .key + "=" + .value' >> $GITHUB_ENV
- name: Ballerina Central Dev Push
if: ${{ inputs.environment == 'DEV CENTRAL' }}
Expand Down

0 comments on commit 26dc0e4

Please sign in to comment.