Skip to content

Instantly share code, notes, and snippets.

@reeceatkinson
Created September 5, 2022 19:40
Show Gist options
  • Save reeceatkinson/a77d02b223679752c02706c8f83333e8 to your computer and use it in GitHub Desktop.
Save reeceatkinson/a77d02b223679752c02706c8f83333e8 to your computer and use it in GitHub Desktop.
name: Log Release
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: jsmrcaga/action-logsnag@v0.0.2
with:
token: YOUR_API_KEY_HERE
project: upmeet
channel: development
event: 'Published Code'
description: 'A commit from main on GitHub was published!'
icon: 🚦
notify: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment