Fix Woodpecker workflow: update secret key reference in first-test.yml.
This commit is contained in:
@@ -23,7 +23,7 @@ steps:
|
|||||||
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"
|
||||||
- git config --global user.email "ci@woodpecker-ci.org"
|
- git config --global user.email "ci@woodpecker-ci.org"
|
||||||
|
|||||||
Reference in New Issue
Block a user