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 d99382a commit e0d3c21Copy full SHA for e0d3c21
.github/workflows/publish-js-client.yml
@@ -59,6 +59,8 @@ jobs:
59
steps:
60
- name: Git Checkout
61
uses: actions/checkout@v4
62
+ with:
63
+ token: ${{ secrets.ANZA_TEAM_PAT }}
64
65
- name: Setup Environment
66
uses: ./.github/actions/setup
.github/workflows/publish-rust-client.yml
@@ -66,6 +66,8 @@ jobs:
67
68
69
70
71
72
73
0 commit comments