Skip to content

Add tonyxrmdavidson to the opendatahub-io maintainers list (#214) #103

Add tonyxrmdavidson to the opendatahub-io maintainers list (#214)

Add tonyxrmdavidson to the opendatahub-io maintainers list (#214) #103

Workflow file for this run

name: Apply Organization Membership
on:
workflow_dispatch: {}
push:
branches:
- 'main'
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: Apply ODH organization membership
run: |
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 --confirm