I believe github actions do not run on PRs from forks (risk of malicious users stealing credentials).
white-balloon-205
01/16/2020, 5:28 PM
Same is true for most open source CI tools.
c
colossal-ram-89482
01/16/2020, 9:29 PM
Thanks, Luke. I looked into your tip. It seems that the actions do run, though the "Pulumify / Update Live Preview" detects that secrets are not available and just returns a no-op success (
# Missing secret tokens -- possibly due to a forked PR -- skipping
) and so the bot does not comment.
w
white-balloon-205
01/16/2020, 10:28 PM
Ahh - you are right - what I meant was Actions don't pass secrets into forks.