added token validation
Some checks failed
Test Django / Test migration (push) Failing after 3s

Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2023-12-19 19:36:40 +01:00
parent 21ca2fd429
commit 10eb012f48

View File

@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
token: ${{ secrets.TOKEN}}
- name: Set up Python 3.11
uses: actions/setup-python@v2
with: