Skip to content

Commit

Permalink
refactor: change it to trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Shyngle <[email protected]>
  • Loading branch information
Sarthak160 committed Jun 24, 2024
1 parent b9a5f86 commit 0a00fa9
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,12 @@ jobs:
distribution: 'temurin'
cache: 'maven'

# # echo secrets
# - name: Echo secrets
# run: |
# echo ${{ secrets.MAVEN_USERNAME }}
# echo ${{ secrets.MAVEN_PASSWORD }}
# echo ${{ secrets.GPG_PASSPHRASE }}
# echo ${{ secrets.GPG_PRIVATE_KEY }}

# - name: Import GPG Key
# uses: crazy-max/ghaction-import-gpg@v4
# with:
# gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
# passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v4
with:
gpg_private_key: "1234"
passphrase: ${{ secrets.GPG_PASSPHRASE }}


# - name: Set Maven Version
Expand Down

0 comments on commit 0a00fa9

Please sign in to comment.