Skip to content

Commit 1b87fc0

Browse files
committed
Debug CI test.
1 parent a8f0d5a commit 1b87fc0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
env:
4141
BATON_LOG_LEVEL: debug
4242
BATON_TOKEN: ${{ github.token }}
43+
BATON_ORGS: ConductorOne
4344
steps:
4445
- name: Checkout code
4546
uses: actions/checkout@v4
@@ -49,6 +50,14 @@ jobs:
4950
go-version-file: go.mod
5051
- name: Build baton-github
5152
run: go build ./cmd/baton-github
53+
- name: Get baton
54+
uses: conductorone/github-workflows/actions/get-baton@v2
55+
- name: Sync
56+
run: ./baton-github
57+
- name: List resources
58+
run: baton resources
59+
- name: List entitlements
60+
run: baton entitlements
5261
- name: Grant/revoke
5362
uses: ConductorOne/github-workflows/actions/sync-test@v2
5463
with:

0 commit comments

Comments
 (0)