https://pulumi.com logo
#google-cloud
Title
# google-cloud
a

average-plastic-1653

09/20/2023, 4:23 PM
Hi! I am working with GCP Workflows, and I noticed in the Pulumi doc that "This resource does not support import." Do I need a GitHub Action implemented prior to deploying from Pulumi?
The workflows.Workflow() call takes a "source_contents" parameter. Should I use RemoteAsset to get the GCP Workflow code from GitHub like this:
Copy code
workflow_code = pulumi.RemoteAsset(f"https://{github_pat}@github.com/myorg/myproject/blob/main/myworkflow")