diff --git a/.drone.yml b/.drone.yml index 0f757ad..1edd0da 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..0435a97 --- /dev/null +++ b/README.md @@ -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 +