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 37711d2 commit a5a9509Copy full SHA for a5a9509
.github/workflows/code-health.yml
@@ -391,8 +391,15 @@ jobs:
391
with:
392
go-version-file: 'go.mod'
393
- run: go install gotest.tools/gotestsum@latest
394
+ - name: set Apix Bot token
395
+ id: app-token
396
+ uses: mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
397
+ with:
398
+ app-id: ${{ secrets.APIXBOT_APP_ID }}
399
+ private-key: ${{ secrets.APIXBOT_APP_PEM }}
400
- run: make e2e-test-snapshots
401
env:
402
+ GH_TOKEN: ${{ steps.app-token.outputs.token }}
403
TEST_CMD: gotestsum --junitfile e2e-tests.xml --format standard-verbose --
404
- name: Test Summary
405
if: always()
0 commit comments