Skip to content

Commit 13a4ddd

Browse files
committed
Add automation PAT to publish workflows
1 parent 908a173 commit 13a4ddd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

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

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
steps:
7070
- name: Git Checkout
7171
uses: actions/checkout@v4
72+
with:
73+
token: ${{ secrets.ANZA_TEAM_PAT }}
7274

7375
- name: Setup Environment
7476
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)