Herdstat Analysis #169
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Copyright (c) 2023 - for information on the respective copyright owner | |
# see the NOTICE file and/or the repository https://github.com/herdstat/.github. | |
# | |
# SPDX-License-Identifier: MIT | |
# | |
name: 'Herdstat Analysis' | |
on: | |
workflow_dispatch: | |
schedule: | |
# Runs every day at midnight | |
- cron: '0 0 * * *' | |
jobs: | |
herdstat: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
token: ${{ secrets.SUDO_GITHUB_TOKEN }} | |
- uses: herdstat/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.ET_HERDSTAT_PAT }} | |
- uses: EndBug/add-and-commit@v9 | |
with: | |
author_name: epiverse-trace-bot | |
author_email: [email protected] | |
message: "Update `contribution_graph.svg`" | |
add: 'contribution-graph.svg' |