Skip to content

Commit

Permalink
use refactored action
Browse files Browse the repository at this point in the history
  • Loading branch information
1000hz committed Sep 14, 2023
1 parent b783e54 commit 2a43ee5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: cloudflare/wrangler-action@c6e0ce946777b89b50289c185e08c6aad456ec2a
uses: cloudflare/wrangler-action@4bb096e1721d6ec509c8758d6e3a8c228aa1a647
with:
wranglerVersion: latest
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
preCommands: |
echo "$USER"
echo "{\"FOO\":
\"foo\"}" | jq
vars: |
PLAIN_VAR
secrets: |
Expand Down

0 comments on commit 2a43ee5

Please sign in to comment.