Skip to content

Commit 57fb5f2

Browse files
committed
Debug CI test.
1 parent a8f0d5a commit 57fb5f2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
ci:
3939
runs-on: ubuntu-latest
4040
env:
41-
BATON_LOG_LEVEL: debug
42-
BATON_TOKEN: ${{ github.token }}
41+
BATON_TOKEN: ${{ secrets.BATON_TOKEN }}
42+
BATON_ORGS: ConductorOne
4343
steps:
4444
- name: Checkout code
4545
uses: actions/checkout@v4
@@ -49,6 +49,12 @@ jobs:
4949
go-version-file: go.mod
5050
- name: Build baton-github
5151
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
5258
- name: Grant/revoke
5359
uses: ConductorOne/github-workflows/actions/sync-test@v2
5460
with:

0 commit comments

Comments
 (0)