Skip to content

Commit

Permalink
Automate GHA tweeting of releases to @FSL_and_JSSM; bump terser; fix …
Browse files Browse the repository at this point in the history
…protocol on youtube links
  • Loading branch information
StoneCypher committed Jul 22, 2022
1 parent 02bf1ff commit 03f81a3
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 40 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -132,6 +132,15 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.JSSM_PUBLISH_TOKEN_FOR_GH_CI_CD }}

- name: Tweet notice
run: |
node ./src/buildjs/tweet.js "Released ${{ env.TAG }}"
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 }}



bump-jssm-viz:
Expand Down

0 comments on commit 03f81a3

Please sign in to comment.