Skip to content

Commit e0d3c21

Browse files
committed
Add automation PAT to publish workflows
1 parent d99382a commit e0d3c21

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
@@ -59,6 +59,8 @@ jobs:
5959
steps:
6060
- name: Git Checkout
6161
uses: actions/checkout@v4
62+
with:
63+
token: ${{ secrets.ANZA_TEAM_PAT }}
6264

6365
- name: Setup Environment
6466
uses: ./.github/actions/setup

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
steps:
6767
- name: Git Checkout
6868
uses: actions/checkout@v4
69+
with:
70+
token: ${{ secrets.ANZA_TEAM_PAT }}
6971

7072
- name: Setup Environment
7173
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)