Update .woodpecker.yml
This commit is contained in:
parent
b20d6f3289
commit
aa9c062c88
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
pipeline:
|
||||
debug-env:
|
||||
image: alpine
|
||||
environment:
|
||||
- GITHUB_USERNAME
|
||||
- GITHUB_PAT
|
||||
commands:
|
||||
- echo "Username set: ${GITHUB_USERNAME:+yes}"
|
||||
- echo "Token set: ${GITHUB_PAT:+yes}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue