diff options
Diffstat (limited to '.github/workflows/feature_branch_update.yml')
-rw-r--r-- | .github/workflows/feature_branch_update.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/feature_branch_update.yml b/.github/workflows/feature_branch_update.yml index fc7bbafd18..98d3616ad1 100644 --- a/.github/workflows/feature_branch_update.yml +++ b/.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 |