Skip to content

Commit

Permalink
ci: add traffic wf
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Jun 27, 2024
1 parent 5f059e8 commit c6fac7b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/traffic.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
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"

0 comments on commit c6fac7b

Please sign in to comment.