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 9972ca4 commit a8f0d5aCopy full SHA for a8f0d5a
.github/workflows/ci.yaml
@@ -34,4 +34,25 @@ jobs:
34
if: always()
35
uses: guyarb/[email protected]
36
with:
37
- test-results: test.json
+ test-results: test.json
38
+ ci:
39
+ runs-on: ubuntu-latest
40
+ env:
41
+ BATON_LOG_LEVEL: debug
42
+ BATON_TOKEN: ${{ github.token }}
43
+ steps:
44
+ - name: Checkout code
45
+ uses: actions/checkout@v4
46
+ - name: Install Go
47
+ uses: actions/setup-go@v5
48
+ with:
49
+ go-version-file: go.mod
50
+ - name: Build baton-github
51
+ run: go build ./cmd/baton-github
52
+ - name: Grant/revoke
53
+ uses: ConductorOne/github-workflows/actions/sync-test@v2
54
55
+ connector: ./baton-github
56
+ baton-entitlement: 'repository:642588514:triage'
57
+ baton-principal: '190765094'
58
+ baton-principal-type: 'user'
0 commit comments