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 1e56e41 commit 24fbbf1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ env:
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

jobs:
secrects:
run:
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 24fbbf1

Please sign in to comment.