Skip to content

Commit 5171cd1

Browse files
committed
CLOUDP-299258 Remove apix-bot from coverage comment
1 parent 5af7681 commit 5171cd1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/code-health.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,9 @@ jobs:
139139
echo "| | Difference | ${diff}% |"
140140
} > comment.md
141141
cat "comment.md" >> "$GITHUB_STEP_SUMMARY"
142-
- name: set Apix Bot token
143-
id: app-token
144-
uses: mongodb/apix-action/token@v5
145-
with:
146-
app-id: ${{ secrets.APIXBOT_APP_ID }}
147-
private-key: ${{ secrets.APIXBOT_APP_PEM }}
148142
- name: Comment PR
149143
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728
150144
with:
151-
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
152145
recreate: true
153146
path: comment.md
154147
- name: Check coverage threshold

0 commit comments

Comments
 (0)