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:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Publish
|
- name: Publish
|
||||||
uses: cloudflare/wrangler-action@1.3.0
|
uses: cloudflare/wrangler-action@v3
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||||
secrets: |
|
secrets: |
|
||||||
AUTH_KEY
|
AUTH_KEY
|
||||||
env:
|
env:
|
||||||
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
|
|
||||||
AUTH_KEY: ${{ secrets.AUTH_KEY }}
|
AUTH_KEY: ${{ secrets.AUTH_KEY }}
|
||||||
|
|
Loading…
Reference in a new issue