We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfbbb7 commit 8ae4476Copy full SHA for 8ae4476
.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
48
go-version: 1.19
49
- uses: go-semantic-release/action@v1
50
with:
51
- hooks: goreleaser
+ hooks: goreleaser,plugin-registry-update
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
+ PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN: ${{ secrets.PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN }}
0 commit comments