This commit is contained in:
Dan Ballard 2018-07-06 12:06:39 -05:00
parent da32c18348
commit ee581ca374
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ pipeline:
image: golang
when:
event: pull_request
secrets: [gogs-bot-token]
secrets: [gogs_account_token]
commands:
- echo "Notifying"
- sh gogs-notify.sh

2
README.md Normal file
View File

@ -0,0 +1,2 @@
drone secret add dan/gogs-notify-test --name gogs_account_token --value $VALUE --event pull-request --event push --event tag --event deployment