Skip to content

Brew formula update for Pulumi version 3.148.0 #96

Brew formula update for Pulumi version 3.148.0

Brew formula update for Pulumi version 3.148.0 #96

name: CI
on:
push:
branches:
- main
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
token: ${{ secrets.PULUMI_BOT_TOKEN }}
fetch-depth: 0
- name: Push to `master`
run: |
git push origin HEAD:master