I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/GoCodeAlone/workflow/releases/latest
Triggering command: /tmp/go-build792519603/b001/exe/wfctl /tmp/go-build792519603/b001/exe/wfctl plugin validate --file plugin.json --strict-contracts d/resource/v1/do-nolocalimports 0.1-go1.26.2.lin-importcfg -p (http block)
If you need me to access, download, or install something from one of these locations, you can either:
Configure [Actions setup steps](https://gh.io/copilot/actions-setup-steps) to set up my environment, which run before the firewall is enabled
Add the appropriate URLs or hosts to the custom allowlist in this repository's [Copilot coding agent settings](https://github.com/GoCodeAlone/workflow-plugin-launchdarkly/settings/copilot/coding_agent) (admins only)
We need to determine what wfctl is doing that it attempts to call api.github.com when running a validate command. It might be checking for latest version, but we should disable that check in a gh workflow env. Also right now I think we check on every command usage? We should be less aggressive, maybe only check once a day, or something.
We need to determine what wfctl is doing that it attempts to call api.github.com when running a validate command. It might be checking for latest version, but we should disable that check in a gh workflow env. Also right now I think we check on every command usage? We should be less aggressive, maybe only check once a day, or something.