diff --git a/.github/workflows/opam-publish.yml b/.github/workflows/opam-publish.yml index 593b532..76270db 100644 --- a/.github/workflows/opam-publish.yml +++ b/.github/workflows/opam-publish.yml @@ -31,7 +31,7 @@ jobs: mkdir -p ~/.opam/plugins/opam-publish/repos/ git clone git://github.com/ocaml/opam-repository ~/.opam/plugins/opam-publish/repos/ocaml%opam-repository cd ~/.opam/plugins/opam-publish/repos/ocaml%opam-repository - git remote add user https://${{ secrets.OPAM_RELEASE }}@github.com/grain-lang/opam-repository + git remote add user https://${{ secrets.OPAM_RELEASE }}@github.com/grainbot/opam-repository # Set up our token because opam doesn't support env var tokens - name: Setup token