We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96427bd commit b280a67Copy full SHA for b280a67
.github/workflows/checks.yaml
@@ -409,7 +409,8 @@ jobs:
409
packages: read
410
pull-requests: write
411
checks: write
412
- uses: opentdf/tests/.github/workflows/xtest.yml@main
+ # Temporary: point at PR branch to validate xct fix before it merges to opentdf/tests:main.
413
+ uses: opentdf/tests/.github/workflows/xtest.yml@strantalis/local-start-additional-kas
414
with:
415
focus-sdk: go
416
# use commit instead of ref so we can "go get" specific sdk version
0 commit comments