Skip to content

Commit

Permalink
Whoops. Different IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Jul 10, 2024
1 parent d6354ca commit 1cda6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
./gradlew -Pversion="${{ steps.branch-name.outputs.current_branch }}" media --info --full-stacktrace
- name: Retrieve Private Key
id: write_file
id: write_priv
uses: timheuer/[email protected]
with:
fileName: 'privkey.asc.enc'
fileDir: './'
encodedString: ${{ secrets.PBASE64 }}

- name: Retrieve Public Key
id: write_file
id: write_pub
uses: timheuer/[email protected]
with:
fileName: 'pubkey.asc'
Expand Down

0 comments on commit 1cda6d6

Please sign in to comment.