Tagging causes error on wrangler - API token not available
We have a private gitlab that is pushing to cloudlfare pages using wrangler with the cloudlfare API. it works fine but if we tag our releases it throws an error
Is this a limitation of our setup, or something else?
5 Replies
Is your CI variable protected and therefore isn't available to your tags?
well it is protected, but why does tagging not allow the variable to be exposed?
Just how GitLab works, you need to add what tags (i.e a wildcard) it is available to.
It's unrelated to Wrangler.
ok thank you