From 0683abf6bf0017d87a0cdf0716359bd01fb62208 Mon Sep 17 00:00:00 2001 From: Domenico Francesco Bruscino Date: Fri, 13 Dec 2024 13:31:37 +0100 Subject: [PATCH] [NO-ISSUE] Use arkmq-bot token to checkout --- .github/workflows/release.yml | 2 ++ .github/workflows/update.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c7c511f0..8fa76d812 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,8 @@ jobs: - name: Checkout the repo uses: actions/checkout@v4 + with: + token: ${{ secrets.BOT_TOKEN }} - name: Create release tag if: ${{ github.event_name == 'workflow_dispatch' }} diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 07941b7b0..66d82f79c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -49,6 +49,8 @@ jobs: - name: Checkout the repo uses: actions/checkout@v4 + with: + token: ${{ secrets.BOT_TOKEN }} - name: Set up the repo run: |