test secret exfiltration #3
1 changed files with 2 additions and 6 deletions
|
@ -3,12 +3,8 @@ pipeline:
|
||||||
check:
|
check:
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- apt-get update > /dev/null && apt-get install -y curl > /dev/null
|
- echo $APIKEY
|
||||||
- curl -L --silent --output /usr/local/bin/dnscontrol https://github.com/StackExchange/dnscontrol/releases/download/v3.16.2/dnscontrol-Linux
|
secrets: [APIKEY]
|
||||||
- chmod +x /usr/local/bin/dnscontrol
|
|
||||||
- dnscontrol check
|
|
||||||
when:
|
|
||||||
event: pull_request
|
|
||||||
|
|
||||||
preview:
|
preview:
|
||||||
image: debian
|
image: debian
|
||||||
|
|
Loading…
Reference in a new issue