sparse-intern-71089
08/31/2020, 11:43 AMlemon-agent-27707
08/31/2020, 3:17 PMpulumi plugin install resource gcp vX.X.X
echoing-rain-5741
08/31/2020, 3:47 PMlemon-agent-27707
08/31/2020, 4:20 PMpulumi/actions preview
Can you first run a pulumi/actions plugin install resource gcp v3.21.1
?echoing-rain-5741
09/01/2020, 7:20 AM- name: install-gcp-plugin
uses: <docker://pulumi/actions>
with:
args: plugin install resource gcp v3.21.1
env:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
PULUMI_CI: pr
PULUMI_ROOT: infra/cluster/processing
before the preview step. It installs the plugin successfully, but the preview command still fails with the same error message.