How can i grant GitHub Actions access to Zero Trust protected preview deployments of my web app?
So essentially i want to have 2 rules here:
1. "Email ending with" based group for people that can access preview URLs to see the WIP deployments
2. Access for Lighthouse CI workflow in GH Actions that runs with each deployed preview app. It needs to be able to call the predefined list of URLs to different parts of the web app.
The app is written with SvelteKit using
adapter-cloudflare
.2 Replies
Can your CI job add some custom headers?
Access supports automated auth via Service Tokens which go in headers
i think that yes!
could you please provide me with some example request?
and any info on what i have to configure in Cloudflare Access dashboard