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:
|
pipeline:
|
||||||
debug-env:
|
debug-env:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
environment:
|
||||||
|
- GITHUB_USERNAME
|
||||||
|
- GITHUB_PAT
|
||||||
commands:
|
commands:
|
||||||
- echo "Username set: ${GITHUB_USERNAME:+yes}"
|
- echo "Username set: ${GITHUB_USERNAME:+yes}"
|
||||||
- echo "Token set: ${GITHUB_PAT:+yes}"
|
- echo "Token set: ${GITHUB_PAT:+yes}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue