Add secret data source #31
Workflow file for this run
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: build | |
on: | |
push: | |
branches-ignore: | |
# release workflow will build main anyway. No need to do it twice. | |
- 'main' | |
workflow_dispatch: | |
jobs: | |
prerequisites: | |
permissions: | |
pull-requests: write | |
uses: pulumiverse/infra/.github/workflows/[email protected] | |
with: | |
provider: cpln | |
goversion: 1.22.x | |
build: | |
needs: prerequisites | |
uses: pulumiverse/infra/.github/workflows/[email protected] | |
with: | |
provider: cpln | |
goversion: 1.22.x | |
dotnetversion: 6.0.300 | |
nodeversion: 20.x | |
pythonversion: 3.9 |