From e08de19caf9225ccac62ae2a8ffbb9d54905a9d8 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 14 Mar 2021 15:16:48 +0000
Subject: [PATCH] Auto-regenerate files
---
README.md | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 8c770fe8..1f92eb0b 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,6 @@
Generate your metrics that you can embed everywhere, including your GitHub profile readme! It works for both user and organization accounts, and even for repositories!
-*⚠️ This is the documentation of **v3.5-beta** (`@master` branch) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master), see documentation of **v3.4** (`@latest` branch) [here](https://github.com/lowlighter/metrics/blob/latest/README.md).*
-
@@ -391,8 +389,8 @@ on:
# Schedule updates (each hour)
schedule: [{cron: "0 * * * *"}]
# Lines below let you run workflow manually and on each commit (optional)
- push: {branches: ["master", "main"]}
workflow_dispatch:
+ push: {branches: ["master", "main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
@@ -402,8 +400,6 @@ jobs:
with:
# Your GitHub token
token: ${{ secrets.METRICS_TOKEN }}
- # GITHUB_TOKEN is a special auto-generated token restricted to current repository, which is used to push files in it
- committer_token: ${{ secrets.GITHUB_TOKEN }}
```
See all supported options in [action.yml](action.yml).
@@ -807,7 +803,6 @@ To support private repositories, add full `repo` scope to your personal token.
with:
# ... other options
token: ${{ secrets.METRICS_TOKEN }} # A personal token from an user account with read:org scope
- committer_token: ${{ secrets.GITHUB_TOKEN }} # GitHub auto-generated token
user: organization-name # Organization name
```