From 65c56cfbe961d290a5535a6c87606c1b138f61a2 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Tue, 16 Nov 2021 17:17:13 -0800 Subject: [PATCH] updating --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a0f86a0..07a4944 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -Drone plugin for posting to Gogs PRs comments about build results. +Drone plugin for posting to Gitea or Gogs PRs comments about build results. -Create a user on Gogs for posting build notifications (like 'buildbot') and generate a token for it. Insert the token as a drone secret. (Replace $VALUE with the actual token) +Create a user on Gitea or Gogs for posting build notifications (like 'buildbot') and generate a token for it. Insert the token as a drone secret. (Replace $VALUE with the actual token) drone secret add dan/gogs-notify-test --name gogs_account_token --value $VALUE --event pull_request @@ -8,7 +8,7 @@ Create a user on Gogs for posting build notifications (like 'buildbot') and gene Use in .drone.yml: notify-gogs: - image: mindstab/drone-gogs + image: openpriv/drone-gogs when: event: pull_request secrets: [gogs_account_token] @@ -17,4 +17,4 @@ Use in .drone.yml: - gogs_url should not end in '/'. Example with path: https://git.yourdomain.com/gogs - +Dockerfiles @ [git.openprivacy.ca/openprivacy/drone-gogs](https://git.openprivacy.ca/openprivacy/drone-gogs)