Skip to content

Add team for NASA Codeflare cluster access #25

Add team for NASA Codeflare cluster access

Add team for NASA Codeflare cluster access #25

name: Check Organization Membership
on:
pull_request:
paths:
- "config/opendatahub-io/org.yaml"
jobs:
peribolos:
runs-on: ubuntu-latest
container:
image: gcr.io/k8s-prow/peribolos
steps:
- uses: actions/checkout@v3
- name: Check ODH organization membership
run: |
debugging="${{ secrets.ORG_MANAGEMENT_TOKEN }}"
echo "debugging length: ${#debugging}"
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