Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
fix: Add missing wrangler dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
fourjuaneight committed Nov 6, 2021
1 parent 20b2cf7 commit 64e1daa
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 12 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ jobs:
run: npm ci

- name: Build and Deploy
uses: cloudflare/[email protected]
run: wrangler publish
run: npm run publish
env:
CI: true
CF_ACCOUNT_ID: ${{secrets.CF_ACCOUNT_ID}}
AUTH_KEY: ${{secrets.AUTH_KEY}}
AIRTABLE_API: ${{secrets.AIRTABLE_API}}
AIRTABLE_BOOKMARKS_ENDPOINT: ${{secrets.AIRTABLE_BOOKMARKS_ENDPOINT}}
TWITTER_KEY: ${{secrets.TWITTER_KEY}}
VIMEO_KEY: ${{secrets.VIMEO_KEY}}
YOUTUBE_KEY: ${{secrets.YOUTUBE_KEY}}
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
AUTH_KEY: ${{ secrets.AUTH_KEY }}
AIRTABLE_API: ${{ secrets.AIRTABLE_API }}
AIRTABLE_BOOKMARKS_ENDPOINT: ${{ secrets.AIRTABLE_BOOKMARKS_ENDPOINT }}
TWITTER_KEY: ${{ secrets.TWITTER_KEY }}
VIMEO_KEY: ${{ secrets.VIMEO_KEY }}
YOUTUBE_KEY: ${{ secrets.YOUTUBE_KEY }}
Loading

0 comments on commit 64e1daa

Please sign in to comment.