Skip to content

Bump jsonwebtoken and testcafe (#76) #65

Bump jsonwebtoken and testcafe (#76)

Bump jsonwebtoken and testcafe (#76) #65

Workflow file for this run

name: Deploy Bot
on:
push:
branches: [master]
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Installing NPM dependencies
run: sudo chown -R runner /usr/local/lib/node_modules && npm install
- name: Setting up new build of the reporter
run: npm run build && npm run link-pkg
- name: Deploying version
uses: danitseitlin/package-deployer@master
with:
pkg_name: testcafe-reporter-reportportal-plugin
npm_access_token: ${{secrets.NPM_AUTH_TOKEN}}
github_access_token: ${{secrets.G_AUTH_TOKEN}}