Skip to content

Commit b977420

Browse files
committed
Remove GitHub Pages registry step - will publish to Terraform Registry
1 parent 2b4f0e0 commit b977420

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,3 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
GPG_FINGERPRINT: ${{ secrets.GPG_FINGERPRINT }}
39-
40-
- name: Publish to GitHub Pages Registry
41-
uses: AbsaOSS/ghpages-to-tf-provider-registry@v0.1
42-
with:
43-
token: ${{ secrets.GITHUB_TOKEN }}
44-
artifacts_dir: dist
45-
gpg_keyid: ${{ secrets.GPG_FINGERPRINT }}
46-
gpg_ascii_armor: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)