You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
$ tfupdate release latest terraform-providers/terraform-provider-sops
failed to get the latest release for terraform-providers/terraform-provider-sops: GET https://api.github.com/repos/terraform-providers/terraform-provider-sops/releases/latest: 404 Not Found []
The implementation currently assumes all providers have repos named like this:
tfupdate-github-actions/entrypoint.sh
Line 38 in e78ae0e
Here's an example where this doesn't work:
$ tfupdate release latest terraform-providers/terraform-provider-sops failed to get the latest release for terraform-providers/terraform-provider-sops: GET https://api.github.com/repos/terraform-providers/terraform-provider-sops/releases/latest: 404 Not Found []...compared to this that works:
It would be nice if it was possible to configure the full provider repo name, and not just the last part:
tfupdate-github-actions/action.yml
Lines 15 to 17 in e78ae0e