2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 13:36:47 +00:00

Use bot PAT (#82)

This commit is contained in:
Matthias Mair 2022-12-09 01:20:38 +01:00 committed by GitHub
parent 0977b97b1b
commit 2d3ba8a4c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
token: ${{ secrets.BOT_PAT }}
- name: Get Stats - name: Get Stats
run: python .github/get_stats.py run: python .github/get_stats.py
env: env: