Skip to content

Auto assign issues & PRs to the board #81

Auto assign issues & PRs to the board

Auto assign issues & PRs to the board #81

Workflow file for this run

name: Pull Request
on:
pull_request:
paths-ignore:
- '.github/workflows/provider-*.yaml'
jobs:
preview-changes:
name: Preview changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- run: npm ci
- uses: pulumi/actions@v4
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
with:
command: preview
refresh: true
stack-name: pulumiverse/prod