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 643c0ef commit d64fb3eCopy full SHA for d64fb3e
.github/workflows/publish-js-client.yml
@@ -62,6 +62,8 @@ jobs:
62
steps:
63
- name: Git Checkout
64
uses: actions/checkout@v4
65
+ with:
66
+ token: ${{ secrets.SERVICE_TOKEN }}
67
68
- name: Setup Environment
69
uses: ./.github/actions/setup
.github/workflows/publish-legacy-client.yml
0 commit comments