浏览代码

Ensure dependent CI workflows run (#16662)

Joel Challis 3 年之前
父节点
当前提交
8bffc61959
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      .github/workflows/develop_update.yml
  2. 1 0
      .github/workflows/feature_branch_update.yml

+ 1 - 0
.github/workflows/develop_update.yml

@@ -14,6 +14,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2
       with:
+        token: ${{ secrets.QMK_BOT_TOKEN }}
         fetch-depth: 0
 
     - name: Checkout develop

+ 1 - 0
.github/workflows/feature_branch_update.yml

@@ -19,6 +19,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2
       with:
+        token: ${{ secrets.QMK_BOT_TOKEN }}
         fetch-depth: 0
 
     - name: Checkout branch