slack-github-action
slack-github-action copied to clipboard
Send data into Slack using this GitHub Action!
This took a bit for me to track down (my own mistake), thanks to the real error not being shown in the action. If, for example, I accidentally quote the...
Recently we did mistake, and stored incorrect Slack Token into Github Secret, which is used in `slack-github-action`. But we got no error back, which left us clueless what is wrong....
I include the last commit message in my messaging, which works great until I recently did a revert and discovered that commit messages with double quotes break the action. ```...
### Summary Action runners now support `node24`: https://github.com/actions/runner/pull/3940! 🎉 We might want to update to this version in an upcoming release, though I'm not sure if `node20` is being soon...
When an image is attached to an issue or comment in GitHub, the generated URL now includes a long JWT token. For example: ``` [Image](https://private-user-images.githubusercontent.com/151300/487659672-835e89e5-d1a0-452f-a924-XXXXXXXX.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTc0O..... ``` When this URL is...
### Summary This PR builds upon [#488](https://github.com/slackapi/slack-github-action/pull/488) and [#486](https://github.com/slackapi/slack-github-action/pull/486). It continues iterating on the GitHub composite action and workflow that runs Slack CLI commands directly in CI/CD. ### Notes on...
### Summary This PR builds upon [#486](https://github.com/slackapi/slack-github-action/pull/486). It continues iterating on the GitHub composite action and workflow that runs Slack CLI commands directly in CI/CD. ### Notes on Changes Added...
### Summary This PR adds a new GitHub composite action and workflow that allows running Slack CLI commands directly. ### Requirements * [X] I've read and understood the [Contributing Guidelines](https://github.com/slackapi/slack-github-action/blob/main/.github/contributing.md)...
### Summary This PR tests the prerelease of [`slackapi/[email protected]`](https://github.com/slackapi/slack-health-score/releases/tag/v0.2.0-rc.1) for spell checks and secure practices. ### Requirements * [x] I've read and understood the [Contributing Guidelines](https://github.com/slackapi/slack-github-action/blob/main/.github/contributing.md) and have done my...
Hey folks, I'm trying to send a message with some markdown in it, but its not being honored. According to the reference these should work? https://api.slack.com/reference/block-kit/blocks#markdown Here's my example with...