:wave: Hi! Making my <first code contribution> and...
# contribute
h
👋 Hi! Making my first code contribution and ran into this failed GHA (GitHub action) workflow. I ran
make changelog
to follow the prompts, this seems related (?), but the error seems somewhat cryptic:
Copy code
Error: No previous release (gh: To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable. Example:
  env:
    GH_TOKEN: ${{ secrets.GITHUB_TOKEN }})
Error: Process completed with exit code 1.
I'm not sure what this has to do with this particular token; has anyone run into this? Thanks!
e
We've been doing a lot of rework on the github actions recently and there are still some issues to work out with community contributions. A maintainer can still review and trigger merge tests (I was actually going to have a look at this PR today 🙂), and we'll hopefully get all the issues ironed out soon.
👍 1
h
Got it - thank you!