BOT_*
secrets are required if you are using a custom github application with your actions.
All of these values will be located at your application’s settings.
CLOUDFLARE_ACCOUNT_ID
and CLOUDFLARE_API_TOKEN
optional as they allow the schemas.yaml
action to publish schematics to some of the cluster resources.
CLOUDFLARE_API_TOKEN
has the permissions Account / Cloudflare Pages / Edit
and User / User Details / Read
.
Name | Description |
---|---|
BOT_APP_ID | The github application id. |
BOT_APP_PRIVATE_KEY | A base64 encoded private key from your application. |
BOT_USERNAME | Your bot’s literal username. |
CLOUDFLARE_ACCOUNT_ID | Found on any domain’s overview page under Account ID. |
CLOUDFLARE_API_TOKEN | Create one at https://dash.cloudflare.com/profile/api-tokens |
KUBECONFIG | A base64 encoded kubeconfig generated from your cluster. |
Content type
: application/x-www-form-urlencodedSSL Verification
: EnabledWhich events?
: Just push.