ocaml-opam/opam-publish

Accept GitHub Token from the environment?

phated opened this issue · 0 comments

I'm exploring automatic opam releases using GitHub Actions, which can provide a GitHub token through an environment variable. However, it seems that this only supports having a token written to the filesystem.

Could this accept a token from the environment before checking for it on the filesystem?