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
kian10mo ago
Is your CI variable protected and therefore isn't available to your tags?
mb0x88
mb0x8810mo ago
well it is protected, but why does tagging not allow the variable to be exposed?
kian
kian10mo 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
mb0x8810mo ago
ok thank you