This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
update terraform provider to 0.1.9 #6
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
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | |
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | |
NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }} | |
PROVIDER: vantage | |
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }} | |
PULUMI_API: https://api.pulumi.com | |
PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/.. | |
PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget | |
PULUMI_TEST_OWNER: "lbrlabs" | |
PYPI_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} | |
PYPI_USERNAME: "__token__" | |
VANTAGE_API_TOKEN: ${{ secrets.VANTAGE_API_TOKEN }} | |
TRAVIS_OS_NAME: linux | |
jobs: | |
comment-on-pr: | |
if: github.event.pull_request.head.repo.full_name != github.repository | |
name: comment-on-pr | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@v3 | |
- name: Comment PR | |
uses: thollander/actions-comment-pull-request@v2.3.1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
message: | | |
PR is now waiting for a maintainer to run the acceptance tests. | |
**Note for the maintainer:** To run the acceptance tests, please comment */run-acceptance-tests* on the PR | |
strategy: {} | |
name: pull-request | |
"on": | |
pull_request_target: {} |