Created
September 5, 2022 19:40
-
-
Save reeceatkinson/a77d02b223679752c02706c8f83333e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Log Release | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
publish: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jsmrcaga/[email protected] | |
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