mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Try encoding and decoding secret
This commit is contained in:
parent
9fda97018a
commit
ff5f39ae18
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
- name: Write Wrangler config
|
||||
run: |
|
||||
echo "$WRANGLER_TOML" >> doesitarm-default/wrangler.toml
|
||||
echo ${{ secrets.WRANGLER_TOML }} | base64 -d > doesitarm-default/wrangler.toml
|
||||
cat doesitarm-default/wrangler.toml
|
||||
- name: Publish
|
||||
uses: cloudflare/wrangler-action@1.3.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue