Draft: fix: make token format in publish-policy-bundle match README.md
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
The README uses gitlab-ci-token:$CI_JOB_TOKEN
as the token but the implementation in templates/publish-policy-bundle.yml
only uses $CI_JOB_TOKEN
. This MR make the template match the README.md.
Edited by 🤖 GitLab Bot 🤖