We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f0d5a commit 57fb5f2Copy full SHA for 57fb5f2
.github/workflows/ci.yaml
@@ -38,8 +38,8 @@ jobs:
38
ci:
39
runs-on: ubuntu-latest
40
env:
41
- BATON_LOG_LEVEL: debug
42
- BATON_TOKEN: ${{ github.token }}
+ BATON_TOKEN: ${{ secrets.BATON_TOKEN }}
+ BATON_ORGS: ConductorOne
43
steps:
44
- name: Checkout code
45
uses: actions/checkout@v4
@@ -49,6 +49,12 @@ jobs:
49
go-version-file: go.mod
50
- name: Build baton-github
51
run: go build ./cmd/baton-github
52
+ - name: Get baton
53
+ uses: conductorone/github-workflows/actions/get-baton@v2
54
+ - name: Sync
55
+ run: ./baton-github
56
+ - name: List entitlements
57
+ run: baton entitlements
58
- name: Grant/revoke
59
uses: ConductorOne/github-workflows/actions/sync-test@v2
60
with:
0 commit comments