We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f7785a + 6ca8d37 commit 37f1afcCopy full SHA for 37f1afc
.github/workflows/openapi.yml
@@ -105,6 +105,7 @@ jobs:
105
with:
106
repository: MaaAssistantArknights/maa-copilot-client-ts
107
path: maa-copilot-client-ts
108
+ token: ${{ secrets.TS_CLIENT_PAT }}
109
110
- name: Copy ts client into maa-copilot-client-ts
111
run: |
@@ -127,7 +128,6 @@ jobs:
127
128
if: ${{ steps.cpr.outputs.pull-request-number }}
129
130
cd maa-copilot-client-ts
- git remote set-url origin https://${{ secrets.TS_CLIENT_PAT }}@github.com/MaaAssistantArknights/maa-copilot-client-ts.git
131
git checkout ts-client
132
git tag ${{ steps.version.outputs.version }}
133
git push --tags
0 commit comments