From 94c6db9b72ceb7d91363b8bdc11dfb749e04a361 Mon Sep 17 00:00:00 2001 From: Alexander Grabowski Date: Wed, 13 Aug 2025 10:05:11 +0700 Subject: [PATCH] Update .gitea/workflows/release.yml --- .gitea/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index aa851a5..ed72ea2 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - token: ${{ GITEA_TOKEN }} + token: ${{ secrets.GITEA_TOKEN }} fetch-depth: 0 - name: Get version @@ -77,7 +77,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - token: ${{ GITEA_TOKEN }} + token: ${{ secrets.GITEA_TOKEN }} - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 @@ -117,7 +117,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - token: ${{ GITEA_TOKEN }} + token: ${{ secrets.GITEA_TOKEN }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -127,7 +127,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ env.actions_user }} - password: ${{ GITEA_TOKEN }} + password: ${{ secrets.GITEA_TOKEN }} - name: Build and push release images uses: docker/build-push-action@v5 @@ -159,7 +159,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - token: ${{ GITEA_TOKEN}} + token: ${{ secrets.GITEA_TOKEN}} @@ -176,7 +176,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - token: ${{ GITEA_TOKEN }} + token: ${{ secrets.GITEA_TOKEN }} - name: Deploy to production run: |