The currently used GITHUB_TOKEN has expired and can't be used anymore, instead we now use an ephemeral token provided with every build. The VAULT_GITHUB_TOKEN is created fresh for every build and injected automatically (similar to the github token provided in github actions)
The currently used GITHUB_TOKEN has expired and can't be used anymore, instead we now use an ephemeral token provided with every build. The
VAULT_GITHUB_TOKEN
is created fresh for every build and injected automatically (similar to the github token provided in github actions)We did the same thing for the elasticstack provider: https://github.com/elastic/terraform-provider-elasticstack/pull/712