Skip to content

Commit cb45d41

Browse files
authored
docs: Update release-x.yml
1 parent b88b550 commit cb45d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-x.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Tweet
13-
uses: nearform-actions/github-action-notify-twitter@v1
13+
uses: nearform-actions/github-action-notify-twitter@master
1414
with:
1515
message: |
1616
🤖 Ant Design X just released @ant-design/x@${{ github.event.release.tag_name }} ✨🎊✨ Check out the full release note: ${{ github.event.release.html_url }}
1717
twitter-app-key: ${{ secrets.TWITTER_API_KEY }}
18-
twitter-app-secret: ${{ secrets.TWITTER_API_SECRET_KEY }}
18+
twitter-app-secret: ${{ secrets.TWITTER_API_SECRET }}
1919
twitter-access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
2020
twitter-access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}

0 commit comments

Comments
 (0)