Skip to content

Commit 318c693

Browse files
committed
Add automation PAT to publish workflows
1 parent dc41bc7 commit 318c693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-js-client.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
steps:
6262
- name: Git Checkout
6363
uses: actions/checkout@v4
64+
with:
65+
token: ${{ secrets.ANZA_TEAM_PAT }}
6466

6567
- name: Setup Environment
6668
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)