From a04d482a5e4c55768bbe60bc73830ace601e75d1 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Wed, 21 Jun 2023 23:27:21 +0200 Subject: [PATCH] ci: use personal token on tipi ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0626d738..9490b7ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + token: ${{ secrets.PERSONAL_TOKEN }} - name: Install Node.js uses: actions/setup-node@v3