Fix Woodpecker workflow: correct environment variable declaration in first-test.yml.

This commit is contained in:
2026-03-07 12:20:37 +01:00
parent a0016d7ca3
commit 163a096f81
+1 -1
View File
@@ -22,7 +22,7 @@ steps:
- name: deploy-pages - name: deploy-pages
image: bitnami/git:latest image: bitnami/git:latest
environment: environment:
- CI_TOKEN: CI_TOKEN:
from_secret: CI_TOKEN from_secret: CI_TOKEN
commands: commands:
- git config --global user.name "Woodpecker CI" - git config --global user.name "Woodpecker CI"