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

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-du committed Nov 20, 2020
1 parent 1f0e886 commit 396a1ac
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
name: Publish
steps:
- run: echo -e "SHORT_SECRET_KEY=${{ secrets.SHORT_SECRET_KEY }}" -> .env
name: Publish
steps:
- uses: actions/checkout@v2
- name: Publish
uses: cloudflare/wrangler-action@1.3.0
with:
- run: echo -e "SHORT_SECRET_KEY=${{ secrets.SHORT_SECRET_KEY }}" -> .env
- uses: cloudflare/wrangler-action@1.3.0
- with:
apiToken: ${{ secrets.CF_API_TOKEN }}

0 comments on commit 396a1ac

Please sign in to comment.