Skip to content

Commit 3cde898

Browse files
authored
No reference to BOT_TOKEN needed instead we are adding permissions to GITHUB_TOKEN
1 parent 00bf9bf commit 3cde898

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

RELEASE.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ The workflow separates Unit Test from Integration Tests and runs them at separat
3030
Any tests that require a JDBC connection to a running database are integration tests and should be in the `IT.java` files.
3131

3232
## 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-
3933
### GPG SECRET
4034
Github secret named: `GPG_SECRET`
4135

@@ -82,4 +76,4 @@ Create a label with the following settings:
8276

8377
## Useful Links
8478
* [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

Comments
 (0)