Update to pu/pu 3.143.0 and define the Handshake provider methods (#2… #1502
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Master and Tag Builds | |
on: | |
push: | |
branches: | |
- master | |
tags: | |
- v* | |
paths-ignore: | |
- '.github/workflows/update-providers.yml' | |
- 'README.md' | |
env: | |
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }} | |
jobs: | |
build: | |
uses: ./.github/workflows/build-and-test.yml | |
secrets: inherit |