Skip to content

Fix timestamp type for Loki #2

Fix timestamp type for Loki

Fix timestamp type for Loki #2

Workflow file for this run

name: Deploy Worker
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
vars: LOKI_PUSH_URL
env:
LOKI_PUSH_URL: ${{ secrets.LOKI_PUSH_URL }}