We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270eda6 commit c2ef41cCopy full SHA for c2ef41c
3 files changed
.github/workflows/gen-client.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- name: Get Specs File
16
run: |
17
- curl -H "Authorization: token ${{ secrets.GH_CQ_BOT }}" https://raw.githubusercontent.com/cloudquery/cloud/main/platform/internal/servergen/spec.json -o spec.json
+ curl -H "Authorization: token ${{ secrets.GH_CQ_BOT }}" https://raw.githubusercontent.com/cloudquery/platform/main/platform/api/servergen/spec.json -o spec.json
18
19
- name: Set up Go 1.x
20
uses: actions/setup-go@v6
0 commit comments