Skip to content

Commit e70fe59

Browse files
update
1 parent 4da47d5 commit e70fe59

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/try-login.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
service-secret: ${{ secrets.BYTEBASE_SERVICE_SECRET }}
2020
- name: List projects
2121
run: |
22-
set -x
23-
curl "${{ steps.bytebase-login.outputs.api_url }}/projects" \
24-
-H 'Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}' \
22+
curl "${steps.bytebase-login.outputs.api_url}/v1/projects" \
23+
-H "Authorization: Bearer ${steps.bytebase-login.outputs.token}" \
2524
-H 'Content-Type: application/json; charset=utf-8'

0 commit comments

Comments
 (0)