Skip to content

Commit 3811695

Browse files
Remove unnecessary credentials
1 parent 1f5b422 commit 3811695

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-cloudflare.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
- name: Create tables in local database beh-uk-forms
5454
uses: cloudflare/wrangler-action@v3
5555
with:
56-
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
57-
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
5856
command: d1 execute beh-uk-forms --local --file=./sql/beh-uk-forms-schema.sql
5957

6058
deploy-to-cloudflare-pages:

0 commit comments

Comments
 (0)