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?
No description
5 Replies
kian
kian2y ago
Is your CI variable protected and therefore isn't available to your tags?
mb0x88
mb0x88OP2y ago
well it is protected, but why does tagging not allow the variable to be exposed?
kian
kian2y ago
Just how GitLab works, you need to add what tags (i.e a wildcard) it is available to. It's unrelated to Wrangler.
mb0x88
mb0x88OP2y ago
ok thank you

Did you find this page helpful?