Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

MartinatorTime/CF-Worker-Deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some of my Cloudflare Workers

Dont forget to set webhook for each bot

Github action automaticaly deploy with wrangler worker when worker file are updated

To get account id run action Get Account ID and will get it in action logs below python script

Add Secrets in Github Action

    CF_ACCOUNT_ID (can be get by account-id.py)

    CF_API_EMAIL (your email)

    CF_API_TOKEN (your api token with worker editor acces)

    CF_API_KEY (Full access api key)

    WRANGLER_TOML_CHATGPT (Wrangler code with variables)

    WRANGLER_TOML_R6BOT (Wrangler code with variables)