From de3dd4e1d545449dec493c8f1892e2f3b90b7a45 Mon Sep 17 00:00:00 2001 From: telometto Date: Sun, 15 Dec 2024 11:36:31 +0100 Subject: [PATCH] [TESTING] Added checkout. --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7cd6f76..b47e59a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,11 @@ jobs: with: ssh-private-key: ${{ secrets.GH_ACTIONS }} + - name: Checkout repository + uses: actions/checkout@main # The action to checkout the repository + with: + token: ${{ secrets.GITHUB_TOKEN }} + - name: Lint and test uses: ./.github/workflows/lint_and_test.yml with: