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 1b87fc0Copy full SHA for 1b87fc0
.github/workflows/ci.yaml
@@ -40,6 +40,7 @@ jobs:
40
env:
41
BATON_LOG_LEVEL: debug
42
BATON_TOKEN: ${{ github.token }}
43
+ BATON_ORGS: ConductorOne
44
steps:
45
- name: Checkout code
46
uses: actions/checkout@v4
@@ -49,6 +50,14 @@ jobs:
49
50
go-version-file: go.mod
51
- name: Build baton-github
52
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
61
- name: Grant/revoke
62
uses: ConductorOne/github-workflows/actions/sync-test@v2
63
with:
0 commit comments