diff --git a/.gitea/workflows/moulinette.yml b/.gitea/workflows/moulinette.yml index b58bd65..a09a1ff 100644 --- a/.gitea/workflows/moulinette.yml +++ b/.gitea/workflows/moulinette.yml @@ -27,9 +27,11 @@ jobs: # Set default branch ref: master token: ${{ secrets.TOKEN_GITEA }} + github-server-url: 'https://gitea.louisgallet.fr' + - uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: "🏗️ Build" run: dotnet build - name: "✅ Test"