Skip to content

Commit

Permalink
Update postTwitterRelease-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b3ck authored Jun 6, 2024
1 parent e02f04e commit f0ca3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/postTwitterRelease-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
message: |
${{ github.event.repository.name }} ${{ env.RELEASE_TAG }} has been released. Check out the release notes: ${{ env.RELEASE_URL }} - Notes: ${{ env.RELEASE_BODY }}
twitter-app-key: ${{ secrets.TWITTER_APP_KEY }}
twitter-app-secret: ${{ secrets.TWITTER_APP_SECRET }}
twitter-app-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
twitter-app-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
twitter-access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
twitter-access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}

0 comments on commit f0ca3e6

Please sign in to comment.