Skip to content

Commit

Permalink
Update tweet-label.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote authored Sep 26, 2024
1 parent aefc44a commit e44b02f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/tweet-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ jobs:
# access-token: ${{ secrets.TWITTER_ACCESS_TOKEN_MESHERY }}
# access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET_MESHERY }}

uses: dart-actions/[email protected]
with:
text: 'Help Wanted: "${{ github.event.issue.title }}" - ${{ github.event.issue.html_url }} #opensource'
bearer-token: ${{ secrets.TWITTER_BEARER_TOKEN_MESHERY }}
# uses: dart-actions/[email protected]
# with:
# text: 'Help Wanted: "${{ github.event.issue.title }}" - ${{ github.event.issue.html_url }} #opensource'
# bearer-token: ${{ secrets.TWITTER_BEARER_TOKEN_MESHERY }}


# uses: ethomson/send-tweet-action@v1
# with:
# status: 'Help Wanted: "${{ github.event.issue.title }}" - ${{ github.event.issue.html_url }} #opensource'
# consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY_MESHERY }}
# consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET_MESHERY }}
# access-token: ${{ secrets.TWITTER_ACCESS_TOKEN_MESHERY }}
# access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET_MESHERY }}
uses: ethomson/send-tweet-action@v1
with:
status: 'Help Wanted: "${{ github.event.issue.title }}" - ${{ github.event.issue.html_url }} #opensource'
consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY_MESHERY }}
consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET_MESHERY }}
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN_MESHERY }}
access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET_MESHERY }}
- name: Check if it is PR
if: ${{ github.event.pull_request && steps.checkUserMember.outputs.isTeamMember == 'true' }}
uses: ethomson/send-tweet-action@v1
Expand Down

0 comments on commit e44b02f

Please sign in to comment.