From 648fb54712333725245bc8c4ba87ef0adec7f309 Mon Sep 17 00:00:00 2001 From: Attilio Greco Date: Mon, 13 Jan 2025 15:47:09 +0100 Subject: [PATCH] update token --- .gitea/workflows/build-image.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index dfb78b7..1a4cbb8 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -10,8 +10,10 @@ jobs: build_base_image: strategy: matrix: - python: ["3.10", "3.11", "3.12", "3.13"] - alpine: ["3.18", "3.19", "3.20", "3.21"] + python: ["3.10"] + alpine: ["3.18"] + # python: ["3.10", "3.11", "3.12", "3.13"] + # alpine: ["3.18", "3.19", "3.20", "3.21"] # include: # - python: "3.10.6" # alpine: "3.16" @@ -23,6 +25,14 @@ jobs: runs-on: ubuntu-latest steps: + + + - name: test + run: | + echo ${{ github.actor }} + echo ${{ github.repository_owner }} + echo ${{ secrets.GITEA_TOKEN }} + - name: Checkout uses: actions/checkout@v4