Skip to content

Commit bee5568

Browse files
committed
Enhancement: Synchronize with ergebnis/php-package-template
1 parent 5234c8a commit bee5568

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/release.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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/[email protected]"
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 }}

0 commit comments

Comments
 (0)