We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7b787 commit 418e395Copy full SHA for 418e395
.github/workflows/platform-integration-test.yaml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
34
with:
35
repository: opentdf/platform
36
- ref: main
+ ref: service/v0.8.2
37
path: platform
38
- name: Set up go
39
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
@@ -132,7 +132,7 @@ jobs:
132
grpcurl -plaintext localhost:8080 kas.AccessService/PublicKey
133
134
- name: Install otdfctl
135
- run: go install github.com/opentdf/otdfctl@latest
+ run: go install github.com/opentdf/otdfctl@v0.28.0
136
shell: bash
137
138
- name: Create creds.json for otdfctl
0 commit comments