action deploy
This commit is contained in:
parent
3e159ac82b
commit
cd2ff446f7
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -11,11 +11,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Publish
|
||||
uses: cloudflare/wrangler-action@1.3.0
|
||||
uses: cloudflare/wrangler-action@v3
|
||||
with:
|
||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||
secrets: |
|
||||
AUTH_KEY
|
||||
env:
|
||||
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
|
||||
AUTH_KEY: ${{ secrets.AUTH_KEY }}
|
||||
|
|
Loading…
Reference in a new issue