Skip to content

Commit

Permalink
github java work flows
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Nov 28, 2023
1 parent 0b42d60 commit 338936a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
echo ${{ env.DOCKER_EMAIL }}
echo ${{ secrets.QODANA_TOKEN }}
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_PREFIX: ${{ env.DOCKER_PREFIX }}
DOCKER_EMAIL: ${{ secrets.QODANA_TOKEN }}
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_PREFIX: ${{ vars.DOCKER_PREFIX }}
DOCKER_PREFIX: alexbob
DOCKER_EMAIL: ${{ vars.DOCKER_EMAIL }}

0 comments on commit 338936a

Please sign in to comment.