Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gering112 authored Dec 8, 2023
1 parent 30b1f14 commit 4f80fc8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
restore-keys: |
v1-dependencies-
- run: mvn dependency:go-offline


- name: setting env
run: echo "testTempGpg=$(echo $tempGpgValue | base64 -d)" >> $GITHUB_OUTPUT
id: setKey


- name: Configuring GPG key
run: |
Expand All @@ -34,10 +38,6 @@ jobs:
# gpg_private_key: ${{ secrets.SECRING_GPG_ASC_BASE64 }}
# passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: setting env
run: echo "testTempGpg=$(echo $${{ secrets.SECRING_GPG_ASC_BASE64 }} | base64 -d)" >> $GITHUB_OUTPUT
id: setKey


- name: Set up JDK 8
uses: actions/setup-java@v2 ##this action sets up a java environment that our job can run in
Expand Down

0 comments on commit 4f80fc8

Please sign in to comment.