File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -138,3 +138,16 @@ jobs:
138138 core.setFailed(error.message);
139139 }
140140 }
141+
142+ - name : " Post to twitter.com about release"
143+ uses : " Eomm/why-don-t-you-tweet@v1.1.0"
144+ env :
145+ TWITTER_ACCESS_TOKEN : " ${{ secrets.ERGEBNIS_TWITTER_ACCESS_TOKEN }}"
146+ TWITTER_ACCESS_TOKEN_SECRET : " ${{ secrets.ERGEBNIS_TWITTER_ACCESS_TOKEN_SECRET }}"
147+ TWITTER_CONSUMER_API_KEY : " ${{ secrets.ERGEBNIS_TWITTER_CONSUMER_API_KEY }}"
148+ TWITTER_CONSUMER_API_SECRET : " ${{ secrets.ERGEBNIS_TWITTER_CONSUMER_API_KEY_SECRET }}"
149+ with :
150+ tweet-message : |
151+ ⏱️ Just released: ${{ github.event.repository.owner.login }}/${{ github.event.repository.name }}:${{ env.RELEASE_TAG }}.
152+
153+ ${{ env.RELEASE_HTML_URL }}
You can’t perform that action at this time.
0 commit comments