Fix Woodpecker workflow: update secret key reference in first-test.yml.

This commit is contained in:
2026-03-07 12:24:55 +01:00
parent 163a096f81
commit a3b1a542b2
+1 -1
View File
@@ -23,7 +23,7 @@ steps:
image: bitnami/git:latest
environment:
CI_TOKEN:
from_secret: CI_TOKEN
from_secret: ci_token
commands:
- git config --global user.name "Woodpecker CI"
- git config --global user.email "ci@woodpecker-ci.org"