Skip to content

Commit

Permalink
Remove key-stuff from tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Jul 12, 2024
1 parent 5852712 commit f22aa94
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,9 @@ jobs:
./gradlew -Pversion="${{ steps.branch-name.outputs.current_branch }}" build --info --full-stacktrace
./gradlew -Pversion="${{ steps.branch-name.outputs.current_branch }}" media --info --full-stacktrace
- name: Retrieve Private Key
id: write_priv
uses: timheuer/[email protected]
with:
fileName: 'privkey.asc.enc'
fileDir: './'
encodedString: ${{ secrets.PBASE64 }}

- name: Retrieve Public Key
id: write_pub
uses: timheuer/[email protected]
with:
fileName: 'pubkey.asc'
fileDir: './'
encodedString: ${{ secrets.PUBKEYBASE64 }}

- name: Build AppImage
run: |
./create-appimage.sh "${{ steps.branch-name.outputs.current_branch }}"
env:
super_secret_password: ${{ secrets.SUPER_SECRET_PASSWORD }}
- uses: actions/upload-artifact@v4
if: ${{ always() }}
Expand Down

0 comments on commit f22aa94

Please sign in to comment.