Update .woodpecker.yml

This commit is contained in:
root 2025-06-08 10:55:03 +01:00
parent 81a4c1a55e
commit a6e1a7a742

View file

@ -7,6 +7,7 @@ steps:
GITHUB_PAT:
from_secret: GITHUB_PAT
commands:
- echo "GITHUB_USERNAME is set to: $GITHUB_USERNAME"
- 'echo "GITHUB_USERNAME is set to: ${GITHUB_USERNAME}"'
- 'echo "GITHUB_PAT is set to: ${GITHUB_PAT}"'
when: