diff --git a/.gitea/workflows/rh8-native.yml b/.gitea/workflows/rh8-native.yml index f80a4fa..174bd80 100644 --- a/.gitea/workflows/rh8-native.yml +++ b/.gitea/workflows/rh8-native.yml @@ -13,7 +13,9 @@ jobs: container: image: gitea.psi.ch/images/rhel8-developer-gitea-actions steps: - - uses: actions/checkout@v4 + # - uses: actions/checkout@v4 + - name: Clone repository + run: git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git . - name: Install dependencies