Skip to content

Commit

Permalink
chore: updated syxtax for different marketplace action.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgroz committed Dec 1, 2024
1 parent e107583 commit 2a19eee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/social-media-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Post a tweet on push
uses: julb/action-post-twitter-status@v1
with:
status: "🚀 Code has been pushed to the repository!"
consumer-key: ${{ secrets.TWITTER_API_KEY }}
consumer-secret: ${{ secrets.TWITTER_API_SECRET_KEY }}
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
message: "🚀 Code has been pushed to the repository!"
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 }}

0 comments on commit 2a19eee

Please sign in to comment.