From 2cdf71d6dc5039361777455a5e39e1692d1094cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Terrier?= Date: Thu, 20 Jun 2024 15:30:42 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9425d4..489da89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: steps: - name: checkout repo uses: actions/checkout@v2 + with: + token: ${{ secrets.PAT }} - name: create and activate env uses: conda-incubator/setup-miniconda@v2 with: