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 4d4718bCopy full SHA for 4d4718b
.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
@@ -54,5 +54,5 @@ jobs:
54
with:
55
connector: ./baton-github
56
baton-entitlement: 'repository:642588514:triage'
57
- baton-principal: '190765094'
+ baton-principal: '166871869'
58
baton-principal-type: 'user'
0 commit comments