From ec5f8f2bf7345df0f4d984e4ef8d2202a947935a Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Tue, 21 May 2024 15:08:51 +0200 Subject: [PATCH] use nf-core-bot to check out for rich-codex --- .github/workflows/rich-codex.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rich-codex.yml b/.github/workflows/rich-codex.yml index ffe4359da5..9d43c7f1ee 100644 --- a/.github/workflows/rich-codex.yml +++ b/.github/workflows/rich-codex.yml @@ -7,6 +7,9 @@ jobs: steps: - name: Check out the repo uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + with: + # Use @nf-core-bot token to check out so we can push without a PR + token: ${{ secrets.NF_CORE_BOT_AUTH_TOKEN }} - name: Set up Python uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5 with: