Skip to content

Commit

Permalink
fix(publish): add pgp key
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar97 committed Oct 21, 2024
1 parent 2c815b5 commit 7dfa777
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ jobs:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

# Optional: Upload coverage reports to Codecov
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# directory: ./src/backend/build/reports/jacoco

# Set up Node.js for Semantic Release
- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7dfa777

Please sign in to comment.