Skip to content

Commit 1751655

Browse files
committed
Merge branch '4.x' of https://github.com/ReactiveX/RxJava into 4.x
2 parents d1e31d7 + 4cf943c commit 1751655

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/discord-release-announce.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
release:
55
types: [published] # triggers when you publish a release (not draft)
66

7+
permissions:
8+
contents: read # Allows reading release notes, tag, assets, etc.
9+
710
jobs:
811
notify-discord:
912
runs-on: ubuntu-latest
@@ -17,4 +20,4 @@ jobs:
1720
avatar_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png"
1821
content: "||@everyone||"
1922
embed_color: 3447003 # hex color without # (e.g. Discord blue)
20-
include_assets: true # list download links if you have binaries
23+
include_assets: true # list download links if you have binaries

0 commit comments

Comments
 (0)