This adds a new doppler_secrets_sync_github_actions resource for creating GitHub Actions syncs. Some caveats:
The corresponding integration has to be created in the Dashboard manually.
You have to fetch the integration slug to use either via the List Integrations API endpoint or from the Dashboard URL when setting up a sync manually. It's recommended that this be set as a Terraform variable.
This adds a new
doppler_secrets_sync_github_actions
resource for creating GitHub Actions syncs. Some caveats:Closes ENG-7789