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 908a173 commit 13a4dddCopy full SHA for 13a4ddd
.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.ANZA_TEAM_PAT }}
67
68
- name: Setup Environment
69
uses: ./.github/actions/setup
.github/workflows/publish-rust-client.yml
@@ -69,6 +69,8 @@ jobs:
70
71
72
73
74
75
76
0 commit comments