We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdcfcc commit 9f0cd35Copy full SHA for 9f0cd35
.github/workflows/publish-release.yml
@@ -62,3 +62,7 @@ jobs:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
DISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }}
64
DISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
65
+ - name: Run registry sync
66
+ run: ./scripts/trigger-terraform-registry-sync
67
+ env:
68
+ TERRAFORM_REGISTRY_COOKIE: ${{ secrets.TERRAFORM_REGISTRY_COOKIE }}
0 commit comments