Skip to content

Commit

Permalink
Update notify-twitter.yml
Browse files Browse the repository at this point in the history
Updated tokens to interact with the Twitter API to post an update whenever a new version of the project is released.
  • Loading branch information
prjctimg committed Apr 14, 2024
1 parent 6c38630 commit 347a204
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/notify-twitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
with:
message: |
${{ github.event.repository.name }} ${{ github.event.release.tag_name }} has been released! 馃殌. Check out the release notes here 馃摐: ${{ github.event.release.html_url }}
twitter-app-key: ${{ secrets.TWITTER_APP_KEY }}
twitter-app-secret: ${{ secrets.TWITTER_APP_SECRET }}
twitter-access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
twitter-access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
twitter-app-key: ${{ secrets.X_API_KEY }}
twitter-app-secret: ${{ secrets.X_API_SECRET }}
twitter-access-token: ${{ secrets.X_ACCESS_TOKEN }}
twitter-access-token-secret: ${{ secrets.X_ACCESS_TOKEN_SECRET }}

0 comments on commit 347a204

Please sign in to comment.