You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,6 @@ The workflow separates Unit Test from Integration Tests and runs them at separat
30
30
Any tests that require a JDBC connection to a running database are integration tests and should be in the `IT.java` files.
31
31
32
32
## Repository Configuration
33
-
The automation requires the below secrets and configuration in order to run.
34
-
### BOT TOKEN
35
-
Github secret named: `BOT_TOKEN`
36
-
37
-
Github Actions bot cannot trigger events, so a liquibase robot user is needed to trigger automated events. An access token belonging to the liquibase robot user should be added to the repository secrets and named `BOT_TOKEN`.
38
-
39
33
### GPG SECRET
40
34
Github secret named: `GPG_SECRET`
41
35
@@ -82,4 +76,4 @@ Create a label with the following settings:
82
76
83
77
## Useful Links
84
78
*[Advanced Java Setup for GitHub Actions](https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#gpg)
85
-
*[Deploying to Sonatype Nexus with Apache Maven](https://central.sonatype.org/publish/publish-maven/)
79
+
*[Deploying to Sonatype Nexus with Apache Maven](https://central.sonatype.org/publish/publish-maven/)
0 commit comments