Skip to content

Bump @grpc/grpc-js from 1.3.7 to 1.8.17 in /infra #22

Bump @grpc/grpc-js from 1.3.7 to 1.8.17 in /infra

Bump @grpc/grpc-js from 1.3.7 to 1.8.17 in /infra #22

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- uses: actions/setup-node@v2
with:
node-version: "14.x"
- name: Build and Deploy 🚀
run: make ensure build # deploy Actually, skip the deploy step for now.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
PULUMI_STACK_NAME: pulumi/dev