Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqqs authored May 6, 2024
1 parent 6284d10 commit 2b9d997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ _coming soon_
`giithub-actions.yml`

This example has an optional manually triggered flow that uses the `$RELEASE_VERSION` secrets var and creates a release candidate from main branch
You need to also provide the `$SLACK_WEBHOOK_URL` as part of the repository secrets. You can create a slack app or add an incoming webhook to your slack via administration this example is not for that. Under Actions settings you need to allow GHA workflows read and write permission to allow Github Actions bot to be able to perform admin git operations such as automatically push up a new RC-*** branch used by releaseTrain operations.
You need to also provide the `$SLACK_WEBHOOK_URL` as part of the repository secrets. You can create a slack app or add an incoming webhook to your slack via administration this example is not for that. Under Actions settings for your repository you need to allow GHA workflows read and write permission to allow Github Actions bot to be able to perform admin git operations such as automatically push up a new RC-*** branch used by releaseTrain operations.

```
name: Release Train example for Github Actions
Expand Down

0 comments on commit 2b9d997

Please sign in to comment.