We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af7681 commit 5171cd1Copy full SHA for 5171cd1
.github/workflows/code-health.yml
@@ -139,16 +139,9 @@ jobs:
139
echo "| | Difference | ${diff}% |"
140
} > comment.md
141
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 }}
148
- name: Comment PR
149
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728
150
with:
151
- GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
152
recreate: true
153
path: comment.md
154
- name: Check coverage threshold
0 commit comments