Skip to content

Commit

Permalink
Add workflow to test deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <[email protected]>
  • Loading branch information
GumpacG committed Aug 26, 2024
1 parent 0b6a830 commit dc23290
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ jobs:
- name: Set credentials for gradle
working-directory: java
run: |
BEARER_TOKEN=$(echo "${{ secrets.CENTRAL_TOKEN_USERNAME }}:${{ secrets.CENTRAL_TOKEN_PASSWORD }}" | base64)
ORG_GRADLE_PROJECT_centralManualTestingAuthHeaderName="Authorization"
ORG_GRADLE_PROJECT_centralManualTestingAuthHeaderValue="Bearer $BEARER_TOKEN"
GLIDE_RELEASE_VERSION=${{ env.RELEASE_VERSION }}
export BEARER_TOKEN=$(echo "${{ secrets.CENTRAL_TOKEN_USERNAME }}:${{ secrets.CENTRAL_TOKEN_PASSWORD }}" | base64)
export ORG_GRADLE_PROJECT_centralManualTestingAuthHeaderName="Authorization"
export ORG_GRADLE_PROJECT_centralManualTestingAuthHeaderValue="Bearer $BEARER_TOKEN"
export GLIDE_RELEASE_VERSION=${{ env.RELEASE_VERSION }}
./gradlew run

0 comments on commit dc23290

Please sign in to comment.