Skip to content

Commit 7355fea

Browse files
committed
chore: remove deployment automation
1 parent ea457ec commit 7355fea

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/push.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,3 @@ jobs:
1919
id: release
2020
with:
2121
release-type: node
22-
23-
deploy:
24-
runs-on: ubuntu-latest
25-
needs: release-please
26-
if: ${{ needs.release-please.outputs.release_created }}
27-
steps:
28-
- uses: actions/checkout@v4
29-
- uses: cloudflare/wrangler-action@v3
30-
with:
31-
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# checkd
22

3-
[![push](https://github.com/willswire/checkd/actions/workflows/push.yml/badge.svg)](https://github.com/willswire/checkd/actions/workflows/push.yml)
4-
53
checkd is a Cloudflare Workers-based server implementation for [Apple's DeviceCheck framework](https://developer.apple.com/documentation/devicecheck), enabling easy validation of requests made by valid Apple devices. This project provides both the core service worker (`checkd`) and example projects (`checkr` iOS app and worker) to demonstrate how to use checkd in an end-to-end workflow.
64

75
## Table of Contents

0 commit comments

Comments
 (0)