We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5234c8a + bee5568 commit f95d66cCopy full SHA for f95d66c
.github/workflows/release.yaml
@@ -138,3 +138,16 @@ jobs:
138
core.setFailed(error.message);
139
}
140
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