Try writing wrangler config from env variable

This commit is contained in:
Sam Carlton 2022-02-03 19:53:48 -06:00
parent 34ccc4b587
commit 2b11ca94a8

View file

@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Deploy name: Deploy
steps: steps:
- name: print secrets
run: |
echo "$WRANGLER_TOML" >> doesitarm-default/wrangler.toml
cat doesitarm-default/wrangler.toml
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Publish - name: Publish
uses: cloudflare/wrangler-action@1.3.0 uses: cloudflare/wrangler-action@1.3.0