Skip to content

Commit

Permalink
fix(social): update x posts (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Jul 26, 2024
1 parent e832283 commit ff82f4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/social-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ jobs:
steps:
- name: x
uses: nearform-actions/github-action-notify-twitter@v1
# alternative: noweh/[email protected]
with:
message: ${{ inputs.body }}
message: "${{ inputs.title }}: ${{ inputs.body }}"
twitter-app-key: ${{ secrets.X_APP_KEY }}
twitter-app-secret: ${{ secrets.X_APP_SECRET }}
twitter-access-token: ${{ secrets.X_ACCESS_TOKEN }}
Expand Down

0 comments on commit ff82f4a

Please sign in to comment.