浏览代码

Add automation PAT to publish workflows

Loris Leiva 2 月之前
父节点
当前提交
e0d3c21549
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      .github/workflows/publish-js-client.yml
  2. 2 0
      .github/workflows/publish-rust-client.yml

+ 2 - 0
.github/workflows/publish-js-client.yml

@@ -59,6 +59,8 @@ jobs:
     steps:
       - name: Git Checkout
         uses: actions/checkout@v4
+        with:
+          token: ${{ secrets.ANZA_TEAM_PAT }}
 
       - name: Setup Environment
         uses: ./.github/actions/setup

+ 2 - 0
.github/workflows/publish-rust-client.yml

@@ -66,6 +66,8 @@ jobs:
     steps:
       - name: Git Checkout
         uses: actions/checkout@v4
+        with:
+          token: ${{ secrets.ANZA_TEAM_PAT }}
 
       - name: Setup Environment
         uses: ./.github/actions/setup