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 4da47d5 commit e70fe59Copy full SHA for e70fe59
.github/workflows/try-login.yml
@@ -19,7 +19,6 @@ jobs:
19
service-secret: ${{ secrets.BYTEBASE_SERVICE_SECRET }}
20
- name: List projects
21
run: |
22
- set -x
23
- curl "${{ steps.bytebase-login.outputs.api_url }}/projects" \
24
- -H 'Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}' \
+ curl "${steps.bytebase-login.outputs.api_url}/v1/projects" \
+ -H "Authorization: Bearer ${steps.bytebase-login.outputs.token}" \
25
-H 'Content-Type: application/json; charset=utf-8'
0 commit comments