From 46781e07a35ab0095d27820a8e6ae5dbe4e43c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Fri, 9 Jan 2026 13:26:39 +0100 Subject: [PATCH] (doc) formatting comments --- .gitea/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 81ab9d2..d19bc0c 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -30,11 +30,11 @@ jobs: - name: Login to Registry # Gitea automatically provides these secrets: - # - `vars.REGISTRY_USERNAME` - defined as action variable in repo settings - # - `secrets.REGISTRY_TOKEN` - defined as action secret in repo settings + # - `vars.REGISTRY_USERNAME` - defined as action variable in **repo settings** + # - `secrets.REGISTRY_TOKEN` - defined as action secret in **repo settings** # created in user settings as personal access token with `write:packages` scope - # - `vars.PROFILE_REGISTRY_USERNAME` - defined as action variable in profile settings - # - `secrets.PROFILE_REGISTRY_TOKEN` - defined as action secret in profile settings + # - `vars.PROFILE_REGISTRY_USERNAME` - defined as action variable in **profile settings** + # - `secrets.PROFILE_REGISTRY_TOKEN` - defined as action secret in **profile settings** # created in user settings as personal access token with `write:packages` scope run: | echo "${{ secrets.PROFILE_REGISTRY_TOKEN }}" | docker login registry.budakova.org -u "${{ vars.PROFILE_REGISTRY_USERNAME }}" --password-stdin