From 30158bc1eed6432e2d20e165313eeee7c295e76d Mon Sep 17 00:00:00 2001 From: Ivan Kropotkin Date: Sat, 16 Mar 2024 13:15:18 +0100 Subject: [PATCH] Try without token --- .github/workflows/make.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index c4572afb69f..9eb3879c3a3 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -28,9 +28,6 @@ jobs: sudo apt-get install python3-setuptools pip3 install oyaml - uses: actions/checkout@v4 - with: - # Use token to trigger Github Pages deployment on commit - token: ${{ secrets.MY_GITHUB_TOKEN }} - name: Checkout submodules shell: bash run: |