From 2a19eee6ff55984782f9ea79ada610285c251465 Mon Sep 17 00:00:00 2001 From: sgroz Date: Sun, 1 Dec 2024 17:26:16 +0100 Subject: [PATCH] chore: updated syxtax for different marketplace action. --- .github/workflows/social-media-integration.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/social-media-integration.yml b/.github/workflows/social-media-integration.yml index f4d4ae82..b6d43b59 100644 --- a/.github/workflows/social-media-integration.yml +++ b/.github/workflows/social-media-integration.yml @@ -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 }}