2021-03-06 17:17:42 +08:00
2021-03-06 17:17:42 +08:00
2020-06-28 20:37:59 +08:00
2021-03-06 16:38:28 +08:00
2020-06-26 21:00:05 +08:00

Tencent Cloud CDN Purge Cache

This action purges cache for Tencent Cloud CDN via its Python SDK API.

Environment Variables

To use this Github action, you need to set the following environment variables in your workflow:

Name Description Required
SECRET_ID your Tencent Cloud access token Secret ID Yes
SECRET_KEY your Tencent Cloud access token Secret Key Yes
PATHS paths to purge cache for, separated with comma , Yes
FLUSH_TYPE flush (default) to purge only modified resources or delete to purge all No

Example Usage

uses: keithnull/tencent-cloud-cdn-purge-cache@v1.0
env:
  SECRET_ID: ${{ secrets.SECRET_ID}}
  SECRET_KEY: ${{ secrets.SECRET_KEY }}
  PATHS: "https://example.com/foo/,https://example.com/bar/"
  FLUSH_TYPE: "flush" # optional
Description
腾讯云缓存刷新
Readme 38 KiB
Languages
Python 83%
Dockerfile 17%