Skip to content

Commit

Permalink
suppressing tweet since that hasn't worked since elon anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Jul 6, 2024
1 parent 6fe0e82 commit 76daa94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,15 +233,15 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.JSSM_PUBLISH_TOKEN_FOR_GH_CI_CD }}

- name: Tweet notice
run: |
npm install && node ./src/buildjs/tweet.cjs
env:
JSSM_TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.JSSM_TWITTER_ACCESS_TOKEN_SECRET }}
JSSM_TWITTER_API_ACCESS_TOKEN: ${{ secrets.JSSM_TWITTER_API_ACCESS_TOKEN }}
JSSM_TWITTER_API_KEY: ${{ secrets.JSSM_TWITTER_API_KEY }}
JSSM_TWITTER_API_SECRET: ${{ secrets.JSSM_TWITTER_API_SECRET }}
TW_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
# - name: Tweet notice
# run: |
# npm install && node ./src/buildjs/tweet.cjs
# env:
# JSSM_TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.JSSM_TWITTER_ACCESS_TOKEN_SECRET }}
# JSSM_TWITTER_API_ACCESS_TOKEN: ${{ secrets.JSSM_TWITTER_API_ACCESS_TOKEN }}
# JSSM_TWITTER_API_KEY: ${{ secrets.JSSM_TWITTER_API_KEY }}
# JSSM_TWITTER_API_SECRET: ${{ secrets.JSSM_TWITTER_API_SECRET }}
# TW_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "5.98.7",
"version": "5.98.8",
"engines": {
"node": ">=10.0.0"
},
Expand Down

0 comments on commit 76daa94

Please sign in to comment.