Skip to content

Bump jsonwebtoken from 8.5.1 to 9.0.0 #17

Bump jsonwebtoken from 8.5.1 to 9.0.0

Bump jsonwebtoken from 8.5.1 to 9.0.0 #17

name: Client Auto Stage Deploy
on:
pull_request:
branches: [develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Stage Deploy
env:
VERCEL_TOKEN: "${{ secrets.VERCEL_TOKEN }}"
run: yarn deploy:client:stage -t ${VERCEL_TOKEN}
- name: Comment PR
uses: unsplash/comment-on-pr@master
env:
GITHUB_TOKEN: ${{ secrets.VERCEL_CLIENT_AUTO_DEPLOY }}
with:
msg: "πŸš€ Stage Deployed on [here](https://kakiotalk.junow.vercel.app)"
check_for_duplicate_msg: false # OPTIONAL