z0al / dependent-issues

📦 A GitHub Action for marking issues as dependent on another
https://github.com/marketplace/actions/dependent-issues
MIT License
156 stars 11 forks source link

Error: env.GITHUB_TOKEN must not be empty #558

Closed dant3 closed 1 year ago

dant3 commented 1 year ago

Copied definition from readme, replaced secret with my own, which I already use for different hook (this other hook runs just fine).

But I'm still getting this error no matter what I try. Even if I replace the secret with hardcoded random value I still get this error

dant3 commented 1 year ago

It turns out it refuses to use updated configuration in the feature branch you do, and continues to use config from master. Even if you remove the workflow in your branch it still runs with the config from the master branch. Once I fixed the yml in the master, it started to work just fine