Updated gitea actions
Some checks failed
Deploy staging on push / on-push-deploy_sh-edraft (push) Failing after 15s

This commit is contained in:
Sven Heidemann 2023-11-06 20:01:44 +01:00
parent 1287829bdf
commit d09696e3a2
3 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10.12"
token: ${{ secrets.CI_GITHUB_ACCESS_TOKEN }}
cache: 'pip'
- run: python -v
- name: Setup docker

View File

@ -14,6 +14,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10.12"
token: ${{ secrets.CI_GITHUB_ACCESS_TOKEN }}
cache: 'pip'
- run: python -v
- name: Setup docker

View File

@ -14,6 +14,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10.12"
token: ${{ secrets.CI_GITHUB_ACCESS_TOKEN }}
cache: 'pip'
- run: python -v
- name: Setup docker