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 f5ffd1b commit e8bed54
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/tweet-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,20 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Check if it is issue
if: ${{ github.event.issue && steps.checkUserMember.outputs.isTeamMember == 'true' }}
uses: dart-actions/tweet@v1.0.0
uses: noweh/post-tweet-v2-action@v1.0
with:
text: 'Help Wanted: "${{ github.event.issue.title }}" - ${{ github.event.issue.html_url }} #opensource'
bearer-token: ${{ secrets.TWITTER_BEARER_TOKEN_MESHERY }}
message: 'Help Wanted: "${{ github.event.issue.title }}" - ${{ github.event.issue.html_url }} #opensource'
consumer-key: ${{ secrets.TWITTER_CONSUMER_API_SECRET_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: 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'
Expand Down

0 comments on commit e8bed54

Please sign in to comment.