Secrets in Cloudflare Workers
Hello,
I am trying to upload secrets to my worker via GitHub Actions. However, it is not working. It says the secrets are uploaded but they aren't there.
Do I need to put the secrets in my
Wrangler.toml
with dummy values so it registers?
Repo: https://github.com/modrinth/sisyphus.
This is my actions.yml. Everything works but secrets upload:
1 Reply
nvm fixed, had to set
environment: staging
in the with val