Skip to content

Commit

Permalink
Revert back to token
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Nov 7, 2023
1 parent 351d613 commit d879da4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CheckCodeOwnerFiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ jobs:
with:
checks: "files"
experimental_checks: "notowned"
github_app_id: ${{ secrets.APPLICATION_ID }}
github_app_installation_id: ${{ secrets.APPLICATION_INSTALLATION_ID }}
github_app_private_key: ${{ secrets.APPLICATION_PRIVATE_KEY }}
github_access_token: ${{secrets.GITHUB_TOKEN}}
8 changes: 2 additions & 6 deletions .github/workflows/CheckCodeOwnerMaintainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ jobs:
with:
checks: "files,owners,duppatterns,syntax"
experimental_checks: "notowned,avoid-shadowing"
github_app_id: ${{ secrets.APPLICATION_ID }}
github_app_installation_id: ${{ secrets.APPLICATION_INSTALLATION_ID }}
github_app_private_key: ${{ secrets.APPLICATION_PRIVATE_KEY }}
github_access_token: "${{ secrets.CODEOWNERS_VALIDATOR_TOKEN }}"

reviewers_validator_user:
if: github.event.pull_request.draft == false && github.event.pull_request.base.user.type == 'User'
Expand Down Expand Up @@ -120,6 +118,4 @@ jobs:
with:
checks: "files,owners,duppatterns,syntax"
experimental_checks: "avoid-shadowing"
github_app_id: ${{ secrets.APPLICATION_ID }}
github_app_installation_id: ${{ secrets.APPLICATION_INSTALLATION_ID }}
github_app_private_key: ${{ secrets.APPLICATION_PRIVATE_KEY }}
github_access_token: "${{ secrets.CODEOWNERS_VALIDATOR_TOKEN }}"

0 comments on commit d879da4

Please sign in to comment.