Access the Tags API with `$CI_JOB_TOKEN`
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Work on this issue](https://contributors.gitlab.com/manage-issue?action=work&projectId=278964&issueIid=268264)
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=268264)
</details>
<!--IssueSummary end-->
### Problem to solve
CI jobs cannot access the Tags API, even though they can create and tag a release via the `releaser-cli`.
### User experience goal
Allow access to the [Tags API](https://docs.gitlab.com/ee/api/tags.html) via `$CI_JOB_TOKEN`
### Proposal
- Grant access via `$CI_JOB_TOKEN` access to the Tags API.
issue