strong-helmet-83704
03/15/2023, 6:06 PME0315 11:04:26.372330 78521 log.go:84] GitHub rate limit exceeded, try again in 11m45.627707s. You can set GITHUB_TOKEN to make an authenticated request with a higher rate limit.
I don’t have experimental mode enabled and not aware of any GH communication that should be occurring at all.billowy-army-68599
03/15/2023, 6:34 PMstrong-helmet-83704
03/15/2023, 8:04 PMkind-jelly-61624
03/15/2023, 8:34 PM--remote [EXPERIMENTAL] Run the operation remotely
--remote-env --remote-env FOO=bar [EXPERIMENTAL] Environment variables to use in the remote operation of the form NAME=value (e.g. --remote-env FOO=bar)
--remote-env-secret --remote-env FOO=secret [EXPERIMENTAL] Environment variables with secret values to use in the remote operation of the form NAME=secretvalue (e.g. --remote-env FOO=secret)
--remote-git-auth-access-token string [EXPERIMENTAL] Git personal access token
--remote-git-auth-password string [EXPERIMENTAL] Git password; for use with username or with an SSH private key
--remote-git-auth-ssh-private-key string [EXPERIMENTAL] Git SSH private key; use --remote-git-auth-password for the password, if needed
--remote-git-auth-ssh-private-key-path string [EXPERIMENTAL] Git SSH private key path; use --remote-git-auth-password for the password, if needed
--remote-git-auth-username string [EXPERIMENTAL] Git username
--remote-git-branch string [EXPERIMENTAL] Git branch to deploy; this is mutually exclusive with --remote-git-branch; either value needs to be specified
--remote-git-commit string [EXPERIMENTAL] Git commit hash of the commit to deploy (if used, HEAD will be in detached mode); this is mutually exclusive with --remote-git-branch; either value needs to be specified
--remote-git-repo-dir string [EXPERIMENTAL] The directory to work from in the project's source repository where Pulumi.yaml is located; used when Pulumi.yaml is not in the project source root
--remote-pre-run-command stringArray [EXPERIMENTAL] Commands to run before the remote operation
--remote-skip-install-dependencies [EXPERIMENTAL] Whether to skip the default dependency installation step