Skip to content

Commit d20aa5e

Browse files
feat: GitHub app support (#75)
* remove code metrics * add test environment imput * fetch Github access token based on app key * build actions code * fix path to fetch token * build new Github actions version * refactor request to graphql API and add tests
1 parent c54a4c1 commit d20aa5e

17 files changed

Lines changed: 4526 additions & 251 deletions

.github/workflows/code-metrics.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ jobs:
5959
minimum-ratio: 0
6060
send-summary-comment: true
6161
show-annotations: "warning"
62+
env:
63+
BARECHECK_GITHUB_APP_TOKEN: ${{ secrets.BARECHECK_GITHUB_APP_TOKEN }}

0 commit comments

Comments
 (0)