Skip to content

Sync outside collaborators as part of user List #305

Sync outside collaborators as part of user List

Sync outside collaborators as part of user List #305

Workflow file for this run

name: ci
on: pull_request
jobs:
ci:
runs-on: ubuntu-latest
env:
BATON_TOKEN: ${{ secrets.BATON_TOKEN }}
BATON_ORGS: ConductorOne
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build baton-github
run: go build ./cmd/baton-github
- name: Grant/revoke
uses: ConductorOne/github-workflows/actions/sync-test@v2
with:
connector: ./baton-github
baton-entitlement: 'repository:642588514:admin'
baton-principal: '166871869'
baton-principal-type: 'user'