mirror of
https://github.com/PacketParker/PacketParker.git
synced 2025-04-18 21:24:48 -05:00
16 lines
347 B
YAML
16 lines
347 B
YAML
name: Metrics
|
|
on:
|
|
# Schedule daily updates
|
|
schedule: [{cron: "0 0 * * *"}]
|
|
# Run workflow when pushing on master/main
|
|
push: {branches: ["master", "main"]}
|
|
jobs:
|
|
github-metrics:
|
|
runs-on: ubuntu-latest
|
|
environment:
|
|
name: production
|
|
permissions:
|
|
contents: write
|
|
steps:
|
|
- uses: packetparker/metrics@master
|