Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
697ec7898f | ||
|
|
5f172b99df | ||
|
|
0da57eba32 | ||
|
|
5e61081d3b | ||
|
|
f87529a58c | ||
|
|
b1dac8634a |
12
.github/workflows/discord.yml
vendored
Normal file
12
.github/workflows/discord.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
github-releases-to-discord:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Notify Discord
|
||||||
|
uses: SethCohen/github-releases-to-discord@master
|
||||||
|
with:
|
||||||
|
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||||
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
- 💯 Connect to one or more clusters simultaneously
|
- 💯 Connect to one or more clusters simultaneously
|
||||||
- ⚡️ Aggregated Log Viewer
|
- ⚡️ Aggregated Log Viewer
|
||||||
|
- ⚖️ Resource Diff
|
||||||
|
- ✌️ Multi-Namespace Selector
|
||||||
- 💪 Human-friendly resource view
|
- 💪 Human-friendly resource view
|
||||||
- ✍️ View & modify objects
|
- ✍️ View & modify objects
|
||||||
- 🎉 Zero-config setup
|
- 🎉 Zero-config setup
|
||||||
@@ -29,4 +31,3 @@ Visit [https://aptakube.com](https://aptakube.com?utm_campaign=github_readme) to
|
|||||||
|
|
||||||
- ❤️ Love Aptakube?
|
- ❤️ Love Aptakube?
|
||||||
- ⭐️ Write a [Review](https://love.aptakube.com/r/ASb0RG)
|
- ⭐️ Write a [Review](https://love.aptakube.com/r/ASb0RG)
|
||||||
- 💰 Become an [Affiliate](https://aptakube.com/affiliates)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user