-
Notifications
You must be signed in to change notification settings - Fork 0
46 lines (37 loc) · 1.65 KB
/
tacklebar--external_tools.accum-gh-view-stats.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Tutorial to use with: https://github.com/andry81-devops/github-accum-stats
#
name: "tacklebar--external_tools: GitHub views counter for 14 days at every 24 hours and views accumulator"
on:
schedule:
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
accum-gh-view-stats:
runs-on: ubuntu-latest
steps:
- uses: andry81-devops/gh-action--accum-gh-stats@master
with:
deps_repo_owner: andry81-devops
deps_repo_branch: master
deps_repo_read_token: ${{ github.token }}
stat_repo_owner: andry81-3dparty
stat_repo: tacklebar--external_tools
stat_entity: views
stat_repo_read_token: ${{ secrets.READ_STATS_TOKEN }}
curl_flags: >-
-H 'Cache-Control: no-cache'
output_repo_owner: andry81-stats
output_repo: tacklebar--external_tools--gh-stats
output_repo_branch: master
output_repo_dir: traffic/views
output_repo_write_token: ${{ secrets.READ_STATS_TOKEN }}
flags: >-
ENABLE_PRINT_INITIAL_ENV_INTO_STDOUT=1
env: >-
ENABLE_GENERATE_CHANGELOG_FILE=1
ENABLE_COMMIT_MESSAGE_DATE_WITH_TIME=1
ENABLE_COMMIT_MESSAGE_DATE_TIME_WITH_LAST_CHANGED_DATE_OFFSET=1
ENABLE_COMMIT_MESSAGE_WITH_WORKFLOW_RUN_NUMBER=1
ENABLE_GITHUB_ACTIONS_RUN_URL_PRINT_TO_CHANGELOG=1
ENABLE_REPO_STATS_COMMITS_URL_PRINT_TO_CHANGELOG=1