mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-03 12:44:31 -07:00
update docs
This commit is contained in:
parent
c6bb815979
commit
5f1b43f37b
8 changed files with 91 additions and 85 deletions
14
.github/workflows/traffic.yml
vendored
14
.github/workflows/traffic.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: Collect traffic stats
|
||||
on:
|
||||
schedule:
|
||||
schedule:
|
||||
- cron: "51 23 * * 0"
|
||||
workflow_dispatch:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
traffic:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -11,12 +11,12 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: "gh-pages"
|
||||
|
||||
- name: GitHub traffic
|
||||
|
||||
- name: GitHub traffic
|
||||
uses: sangonzal/repository-traffic-action@v.0.1.6
|
||||
env:
|
||||
TRAFFIC_ACTION_TOKEN: ${{ secrets.TRIGGERING_PAT }}
|
||||
|
||||
TRAFFIC_ACTION_TOKEN: ${{ secrets.TRIGGERING_PAT }}
|
||||
|
||||
- name: Commit changes
|
||||
uses: EndBug/add-and-commit@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue