This commit is contained in:
parent
0de30e8c13
commit
782313e6ec
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@ steps:
|
|||
debug-secrets:
|
||||
image: alpine
|
||||
environment:
|
||||
GITHUB_USERNAME: omguerreiro@gmail.com
|
||||
GITHUB_USERNAME2: omguerreiro@gmail.com
|
||||
# TOKEN PAT: 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
|
||||
GITHUB_PAT:
|
||||
from_secret: GITHUB_PAT
|
||||
commands:
|
||||
- env
|
||||
- 'echo "GITHUB_USERNAME is set to: ${GITHUB_USERNAME}"'
|
||||
- 'echo "GITHUB_USERNAME2 is set to: ${GITHUB_USERNAME2}"'
|
||||
- 'echo "GITHUB_PAT is set to: ${GITHUB_PAT}"'
|
||||
when:
|
||||
event: [push, pull_request, manual]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue