mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-12 16:14:45 +08:00
Create tweet-trigger-publish-release,yml
This commit is contained in:
parent
33eb2c8801
commit
1a05101f50
17
.github/workflows/tweet-trigger-publish-release,yml
vendored
Normal file
17
.github/workflows/tweet-trigger-publish-release,yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: "tweet-trigger-release"
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Tweet-trigger-publish-release
|
||||
uses: mugi111/tweet-trigger-release@v1.1
|
||||
with:
|
||||
consumer_key: ${{ secrets.TWITTER_CONSUMER_KEY }}
|
||||
consumer_secret: ${{ secrets.TWITTER_CONSUMER_SECRET }}
|
||||
access_token_key: ${{ secrets.TWITTER_ACCESS_TOKEN_KEY }}
|
||||
access_token_secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
|
||||
tweet_body: 'A new mailcow-dockerized Release has been Released on GitHub! Checkout our GitHub Page for the latest Release: github.com/mailcow/mailcow-dockerized/releases/latest'
|
Loading…
Reference in New Issue
Block a user