Skip to content

fix: add cover and change url #68

fix: add cover and change url

fix: add cover and change url #68

Workflow file for this run

name: Purge CDN Cache
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install tencentcloud-sdk-python
run: |
pip install tencentcloud-sdk-python
- name: Purge CDN Cache
env:
SecretId: ${{ secrets.SecretId }}
SecretKey: ${{ secrets.SecretKey }}
run: |
python .github/cdn.py