Skip to content

Bump follow-redirects from 1.14.5 to 1.15.6 in /website #2617

Bump follow-redirects from 1.14.5 to 1.15.6 in /website

Bump follow-redirects from 1.14.5 to 1.15.6 in /website #2617

Workflow file for this run

name: Preview
on:
pull_request:
branches:
- 'v[0-9]+'
jobs:
publish-previews:
name: Publish Preview Packages
runs-on: ubuntu-20.04
if: contains(github.event.pull_request.labels.*.name, 'preview')
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
registry-url: https://registry.npmjs.org
- name: Publish PR Preview
uses: thefrontside/actions/publish-pr-preview@v2
with:
INSTALL_SCRIPT: yarn install && yarn prepack
env:
GITHUB_TOKEN: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.FRONTSIDEJACK_NPM_TOKEN }}