From 4735c3dd2811b81ae3fc0a169135808bb37d25c3 Mon Sep 17 00:00:00 2001 From: kiraum Date: Fri, 17 May 2024 16:21:13 +0200 Subject: [PATCH] chore: adding secrets --- .github/workflows/generate_reports.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate_reports.yml b/.github/workflows/generate_reports.yml index df7108b..796ea7b 100644 --- a/.github/workflows/generate_reports.yml +++ b/.github/workflows/generate_reports.yml @@ -2,7 +2,7 @@ name: Generate IXPs reports on: # yamllint disable-line rule:truthy schedule: - - cron: "50 13 * * *" + - cron: "25 14 * * *" permissions: contents: write jobs: @@ -23,6 +23,8 @@ jobs: pip install --no-cache-dir -U pip uv uv pip install --system --break-system-packages -r requirements.txt - uses: actions/checkout@v3 + with: + token: ${{ secrets.GH_TOKEN}} - name: Generate reports run: python3 peering_gossip.py -lg https://lg.ix.br - name: Commit report @@ -50,6 +52,8 @@ jobs: pip install --no-cache-dir -U pip uv uv pip install --system --break-system-packages -r requirements.txt - uses: actions/checkout@v3 + with: + token: ${{ secrets.GH_TOKEN}} - name: Generate reports run: python3 peering_gossip.py -lg https://lg.ams-ix.net - name: Commit report @@ -77,6 +81,8 @@ jobs: pip install --no-cache-dir -U pip uv uv pip install --system --break-system-packages -r requirements.txt - uses: actions/checkout@v3 + with: + token: ${{ secrets.GH_TOKEN}} - name: Generate reports run: python3 peering_gossip.py -lg https://lg.de-cix.net - name: Commit report @@ -104,6 +110,8 @@ jobs: pip install --no-cache-dir -U pip uv uv pip install --system --break-system-packages -r requirements.txt - uses: actions/checkout@v3 + with: + token: ${{ secrets.GH_TOKEN}} - name: Generate reports run: python3 peering_gossip.py -lg https://alice-rs.linx.net - name: Commit report