mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-05 10:20:27 -07:00
ci: add traffic wf
This commit is contained in:
parent
5f059e8d63
commit
c6fac7bb70
1 changed files with 24 additions and 0 deletions
24
.github/workflows/traffic.yml
vendored
Normal file
24
.github/workflows/traffic.yml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "51 23 * * 0"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
traffic:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: "traffic"
|
||||||
|
|
||||||
|
- name: GitHub traffic
|
||||||
|
uses: sangonzal/repository-traffic-action@v.0.1.6
|
||||||
|
env:
|
||||||
|
TRAFFIC_ACTION_TOKEN: ${{ secrets.TRIGGERING_PAT }}
|
||||||
|
|
||||||
|
- name: Commit changes
|
||||||
|
uses: EndBug/add-and-commit@v4
|
||||||
|
with:
|
||||||
|
author_name: Ansible Middleware
|
||||||
|
message: "GitHub traffic"
|
||||||
|
add: "./traffic/*"
|
||||||
|
ref: "traffic"
|
Loading…
Add table
Reference in a new issue