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 fd22079 commit d659efbCopy full SHA for d659efb
.github/workflows/build.yaml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
- name: Clone saas-proto repository
27
run: |
28
- git clone --depth 1 --branch abhinav/protoCompareExistingRemote https://${{ github.token }}@github.com/temporalio/saas-proto.git
+ git clone --depth 1 --branch abhinav/protoCompareExistingRemote https://x-access-token:${{ github.token }}@github.com/temporalio/saas-proto.git
29
- name: Run proto compare
30
31
cd saas-proto
0 commit comments