Skip to content

Commit 36da96c

Browse files
committed
Debug CI test.
1 parent a8f0d5a commit 36da96c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
runs-on: ubuntu-latest
4040
env:
4141
BATON_LOG_LEVEL: debug
42-
BATON_TOKEN: ${{ github.token }}
42+
BATON_TOKEN: ${{ secrets.BATON_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)