Skip to content

Commit

Permalink
Update tweet.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
  • Loading branch information
Lulalaby committed May 4, 2023
1 parent 9567268 commit d004cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tweet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Tweet
uses: Lulalaby/tweet@v1.3.0
uses: Lulalaby/tweet@v2.0.0
with:
status: |
Released ${{ github.event.release.name }}
Expand All @@ -19,4 +19,4 @@ jobs:
CONSUMER_API_KEY: ${{ secrets.AITSYS_CONSUMER_KEY }}
CONSUMER_API_SECRET_KEY: ${{ secrets.AITSYS_CONSUMER_SECRET }}
ACCESS_TOKEN: ${{ secrets.AITSYS_ACCESS_TOKEN_KEY }}
ACCESS_TOKEN_SECRET: ${{ secrets.AITSYS_ACCESS_TOKEN_SECRET }}
ACCESS_TOKEN_SECRET: ${{ secrets.AITSYS_ACCESS_TOKEN_SECRET }}

0 comments on commit d004cb4

Please sign in to comment.