Issues when generating Insights through Github actions #1091
-
Hello everyone! I'm getting these error logs when trying to generate Insights via Github actions. For additional context, It takes up until 15 minutes when the Github workflow runs then it fails. The error message I get is Here's what I have in my workflow name: Lowlighter Metrics
on:
schedule: [{ cron: "0 0 * * *" }]
workflow_dispatch:
push: { branches: ["master", "main"] }
jobs:
github-metrics:
runs-on: self-hosted
permissions:
contents: write
steps:
- name: Render Insights
uses: lowlighter/metrics@latest
with:
config_output: insights
config_timezone: Asia/Manila
token: ${{ secrets.GH_TOKEN }} These are the error logs, maybe there's some documentation I missed? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi 👋 ! Indeed, the Thanks a lot for reporting the issue 👍 |
Beta Was this translation helpful? Give feedback.
-
Alright, awesome! Really great project btw. The amount of drip that my Github profile has never been so high |
Beta Was this translation helpful? Give feedback.
Hi 👋 !
Indeed, the
insights
output feature is currently broken 😕I know why though, so I'll probably fix it next week on dev branch (that will eventually comes as v3.25) while working on #1095
Thanks a lot for reporting the issue 👍