diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index ccf2934..bc166b3 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -17,7 +17,10 @@ jobs: - name: checkout uses: https://code.forgejo.org/actions/checkout@v4 with: + repository: rose/datamine + fetch-depth: 2 token: ${{secrets.OAUTH_TOKEN}} + github-server-url: ${{github.server_url}} - name: cache turbo build uses: https://code.forgejo.org/actions/cache@v4 with: