CI: checkout med REPO_ACCESS_TOKEN secret
CI/CD / test (push) Failing after 2m31s
CI/CD / build (push) Has been skipped

This commit is contained in:
2026-07-11 02:38:40 +02:00
parent 07a6781c5e
commit 54c59a2219
+12 -2
View File
@@ -24,7 +24,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
env:
GITEA_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
run: |
git clone https://glennigen:${GITEA_TOKEN}@git.itedb.dk/glennigen/pokedexter.git .
git config advice.detachedHead false
git checkout ${{ github.sha }}
- name: Setup Python 3.12
uses: actions/setup-python@v5
@@ -57,7 +62,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
env:
GITEA_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
run: |
git clone https://glennigen:${GITEA_TOKEN}@git.itedb.dk/glennigen/pokedexter.git .
git config advice.detachedHead false
git checkout ${{ github.sha }}
- name: Build backend image
run: |