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
i did not understand how to work with doppler_secrets_sync_github_actions resource, where can i find the integration variable, because when i am trying i got error message from terraform "integration not found".
The text was updated successfully, but these errors were encountered:
Great question! The GitHub Actions integration must be connected via OAuth, which is why it can't be created via the API (or Terraform). The easiest way to manage GitHub Actions syncs is to connect the integration via the Doppler dashboard and then use the Integrations List endpoint to find the integration ID.
Here's a one-liner using your CLI token:
curl --request GET \
--url https://api.doppler.com/v3/integrations \
--header 'accept: application/json' \
--header "Authorization: Bearer $(doppler configure get token --plain)"
You can provide that ID in the integration field for the doppler_secrets_sync_github_actions resource.
hello
i did not understand how to work with doppler_secrets_sync_github_actions resource, where can i find the integration variable, because when i am trying i got error message from terraform "integration not found".
The text was updated successfully, but these errors were encountered: