Skip to content

Commit

Permalink
Revert "Use DevOps token for peribolos check action (#185)" (#187)
Browse files Browse the repository at this point in the history
This reverts commit 9c16fc6.
  • Loading branch information
accorvin authored Oct 24, 2023
1 parent 9c16fc6 commit 2f73314
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/peribolos-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@ jobs:
container:
image: gcr.io/k8s-prow/peribolos
steps:
- name: Generate github-app token
id: app-token
uses: getsentry/action-github-app-token@v2
with:
app_id: ${{ secrets.DEVOPS_APP_ID }}
private_key: ${{ secrets.DEVOPS_APP_PRIVATE_KEY }}
- uses: actions/checkout@v3
- name: Check ODH organization membership
run: |
debugging="${{ secrets.ORG_MANAGEMENT_TOKEN }}"
echo "debugging length: ${#debugging}"
echo ${{ steps.app-token.outputs.token }} > /.github_token.txt
echo ${{ secrets.ORG_MANAGEMENT_TOKEN }} > /.github_token.txt
peribolos --github-token-path /.github_token.txt --config-path "config/opendatahub-io/org.yaml" --fix-org --fix-org-members --fix-teams --fix-team-members --fix-team-repos --fix-repos

0 comments on commit 2f73314

Please sign in to comment.