From 2d3ba8a4c43779b38c946cc6b98d7be2a0c17e23 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 9 Dec 2022 01:20:38 +0100 Subject: [PATCH] Use bot PAT (#82) --- .github/workflows/get_stats.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/get_stats.yml b/.github/workflows/get_stats.yml index 831fabaa..168b1c7b 100644 --- a/.github/workflows/get_stats.yml +++ b/.github/workflows/get_stats.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.BOT_PAT }} - name: Get Stats run: python .github/get_stats.py env: