Skip to content

Commit

Permalink
added push to cf action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhravya committed Mar 31, 2024
1 parent e68675f commit c5848d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/buildextension
build-app:
runs-on: ubuntu-latest
steps:
- name: Deploy to Cloudflare Workers with Wrangler
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
packageManger: bun

0 comments on commit c5848d4

Please sign in to comment.