Skip to content

Commit

Permalink
Add CODEOWNERS, Purge Cloudflare Cache GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Externalizable committed Apr 6, 2020
1 parent 101823e commit 3c02a58
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/purge-cache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Purge Cloudflare Cache
on: push

jobs:
deploy:
runs-on: ubuntu-latest
steps:

- name: Purge Cloudflare Cache
uses: jakejarvis/cloudflare-purge-action@master
env:
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Externalizable

0 comments on commit 3c02a58

Please sign in to comment.