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: