Skip to content

Commit

Permalink
CLOUDP-299258 Remove apix-bot from coverage comment (#3670)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes authored Feb 18, 2025
1 parent 5af7681 commit 17012c6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/code-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,9 @@ jobs:
echo "| | Difference | ${diff}% |"
} > comment.md
cat "comment.md" >> "$GITHUB_STEP_SUMMARY"
- name: set Apix Bot token
id: app-token
uses: mongodb/apix-action/token@v5
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
- name: Comment PR
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728
with:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
recreate: true
path: comment.md
- name: Check coverage threshold
Expand Down

0 comments on commit 17012c6

Please sign in to comment.