Skip to content

Commit 4d4718b

Browse files
committed
Fix CI test.
1 parent a8f0d5a commit 4d4718b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 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
@@ -54,5 +54,5 @@ jobs:
5454
with:
5555
connector: ./baton-github
5656
baton-entitlement: 'repository:642588514:triage'
57-
baton-principal: '190765094'
57+
baton-principal: '166871869'
5858
baton-principal-type: 'user'

0 commit comments

Comments
 (0)