From 129bac58e17bce7d60bbe4f410c54b57333aa82a Mon Sep 17 00:00:00 2001 From: Valerio De Benedetto Date: Sat, 11 Feb 2023 10:19:11 +0100 Subject: [PATCH] Repository traffic workflow test --- .github/workflows/repository-traffic.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/repository-traffic.yml diff --git a/.github/workflows/repository-traffic.yml b/.github/workflows/repository-traffic.yml new file mode 100644 index 0000000..d241515 --- /dev/null +++ b/.github/workflows/repository-traffic.yml @@ -0,0 +1,6 @@ + steps: + # Calculates traffic and clones and stores in CSV file + - name: Repository Traffic + uses: sangonzal/repository-traffic-action@v.0.1.6 + env: + TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }}