From 936669ba46bd2065c4f7c7bb84fac2966a8406ac Mon Sep 17 00:00:00 2001 From: Peter Jakobs Date: Wed, 18 Dec 2024 12:52:49 +0100 Subject: [PATCH] updating the deploy workflow --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c764663..0b43d25 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Node.js uses: actions/setup-node@v2