2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Use github token for version check (#4092)

* Use github token for version check

- Should prevent 403 errors

* Use github token when running version update in unit test
This commit is contained in:
Oliver
2022-12-21 23:00:23 +11:00
committed by GitHub
parent 17b0399d26
commit 4034349043
3 changed files with 23 additions and 2 deletions

View File

@ -9,6 +9,8 @@ jobs:
stable:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout Code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0