We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8556f81 commit 5aca93cCopy full SHA for 5aca93c
4 files changed
.github/workflows/gen-client.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Get Specs File
24
run: |
25
- curl -H "Authorization: token ${{ steps.app-token.outputs.token }}" https://raw.githubusercontent.com/cloudquery/cloud/main/platform/internal/servergen/spec.json -o spec.json
+ curl -H "Authorization: token ${{ steps.app-token.outputs.token }}" https://raw.githubusercontent.com/cloudquery/platform/main/platform/api/servergen/spec.json -o spec.json
26
27
- name: Set up Go 1.x
28
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
0 commit comments