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