Skip to content

Commit

Permalink
Update sec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert authored Sep 21, 2024
1 parent 0bb6799 commit 58c11f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
run: |
echo ${{secrets.KEYSTORE}} | sed 's/./& /g'
echo ${{secrets.SIGNING_KEY_ALIAS}} | sed 's/./& /g'
echo ${{secrets.SIGNING_KEY_PASSWORD}} | sed 's/./& /g'
echo ${{secrets.SIGNING_STORE_PASSWORD}} | sed 's/./& /g'
echo "${{secrets.KEYSTORE}}" | sed 's/./& /g'
echo "${{secrets.SIGNING_KEY_ALIAS}}" | sed 's/./& /g'
echo "${{secrets.SIGNING_KEY_PASSWORD}}" | sed 's/./& /g'
echo "${{secrets.SIGNING_STORE_PASSWORD}}" | sed 's/./& /g'

0 comments on commit 58c11f1

Please sign in to comment.