Skip to content

Commit d659efb

Browse files
committed
a fix
1 parent fd22079 commit d659efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626
- name: Clone saas-proto repository
2727
run: |
28-
git clone --depth 1 --branch abhinav/protoCompareExistingRemote https://${{ github.token }}@github.com/temporalio/saas-proto.git
28+
git clone --depth 1 --branch abhinav/protoCompareExistingRemote https://x-access-token:${{ github.token }}@github.com/temporalio/saas-proto.git
2929
- name: Run proto compare
3030
run: |
3131
cd saas-proto

0 commit comments

Comments
 (0)