mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Update tweet_release.yml
This commit is contained in:
committed by
GitHub
parent
4fb09cadca
commit
0b3195a515
18
.github/workflows/tweet_release.yml
vendored
18
.github/workflows/tweet_release.yml
vendored
@@ -21,12 +21,13 @@ on:
|
||||
steps:
|
||||
- name: Post Twitter Status
|
||||
uses: julb/action-post-twitter-status@v1
|
||||
with:
|
||||
message: "Testing github action for tweeting new releases and updates to Firetable project"
|
||||
env:
|
||||
twitter_app_consumer_api_key: ${{ secrets.TWITTER_API_KEY }}
|
||||
twitter_app_consumer_api_secret_key: ${{ secrets.TWITTER_API_SECRET_KEY }}
|
||||
twitter_app_access_token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
|
||||
twitter_app_access_token_secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
|
||||
with:
|
||||
message: "Testing github action for tweeting new releases and updates to Firetable project"
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
@@ -37,10 +38,11 @@ jobs:
|
||||
steps:
|
||||
- name: Post Twitter Status
|
||||
uses: julb/action-post-twitter-status@v1
|
||||
with:
|
||||
message: "New update available to Firetable"
|
||||
twitter_app_consumer_api_key: ${{ secrets.TWITTER_API_KEY }}
|
||||
twitter_app_consumer_api_secret_key: ${{ secrets.TWITTER_API_SECRET_KEY }}
|
||||
twitter_app_access_token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
|
||||
twitter_app_access_token_secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
|
||||
env:
|
||||
twitter_app_consumer_api_key: ${{ secrets.TWITTER_API_KEY }}
|
||||
twitter_app_consumer_api_secret_key: ${{ secrets.TWITTER_API_SECRET_KEY }}
|
||||
twitter_app_access_token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
|
||||
twitter_app_access_token_secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
|
||||
with:
|
||||
message: "Testing github action for tweeting new releases and updates to Firetable project"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user