ci: fix release notes bot token override and remove redundant jq install
Summary
- Fix
GITLAB_TOKENnot being overridden in thenotify-issues-on-releasejob: project-level CI/CD variables take precedence overvariables:in.gitlab-ci.yml, so the test bot token was always winning. Setting it inline in thescript:step bypasses this. - Remove redundant
apk add --no-cache jqfrombefore_script—jqis already included in theregistry.gitlab.com/gitlab-org/cliDocker image.
Test plan
- Verify the next release tag triggers
notify-issues-on-releaseand comments are posted by the release bot account, notglab-test-bot