Skip to content

Commit

Permalink
Refactor deploy workflow to use sebasptsch/toml-edit-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Oct 15, 2024
1 parent 970fd18 commit f8a1ac5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:
- name: 💽 Setup Enviroment 1/3
run: cp wrangler.example.toml wrangler.toml
- name: 💽 Setup Enviroment 2/3
uses: ciiiii/toml-editor@1.0.0
uses: sebasptsch/toml-edit-action@v1.3.0
with:
file: wrangler.toml
path: wrangler.toml
key: kv_namespaces[0].id
value: ${{ secrets.KV_NAMESPACE_ID }}
- name: 💽 Setup Enviroment 3/3
uses: ciiiii/toml-editor@1.0.0
uses: sebasptsch/toml-edit-action@v1.3.0
with:
file: wrangler.toml
path: wrangler.toml
key: vars.AUTH_SECRET
value: ${{ secrets.AUTH_SECRET }}
- name: ⚙️ Install Dependencies
Expand Down

0 comments on commit f8a1ac5

Please sign in to comment.