diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index c0909b1..0e7b06f 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -21,5 +21,5 @@ jobs: tag: ${{ GITEA_REF }} tag_with_latest: true registry: git.kocoder.xyz - username: ${{ CI_RUNNER_USER }} - password: ${{ CI_RUNNER_TOKEN }} + username: ${{ secrets.CI_RUNNER_USER }} + password: ${{ secrets.CI_RUNNER_TOKEN }}