diff --git a/.github/workflows/oidc-conformity.yml b/.github/workflows/oidc-conformity.yml index 3c290faa..8696be33 100644 --- a/.github/workflows/oidc-conformity.yml +++ b/.github/workflows/oidc-conformity.yml @@ -20,7 +20,7 @@ jobs: go-version: "1.21" - name: Update fosite run: | - go mod edit -replace github.com/ory/fosite=github.com/${{ github.event.pull_request.head.repo.full_name }}@${{ github.event.pull_request.head.sha }} + go mod edit -replace github.com/ory/fosite=github.com/canonical@${{ github.event.pull_request.head.sha }} go mod tidy - name: Start service run: ./test/conformance/start.sh