1 parent 5212651 commit fb3bd89Copy full SHA for fb3bd89
1 file changed
.github/workflows/notify-convstack.yml
@@ -1,4 +1,6 @@
1
name: Notify ConvStack
2
+permissions:
3
+ contents: read
4
5
on:
6
push:
@@ -14,4 +16,4 @@ jobs:
14
16
token: ${{ secrets.CONVSTACK_PAT }}
15
17
repository: convstack/convstack
18
event-type: submodule-update
- client-payload: '{"repo": "dashboard", "ref": "${{ github.sha }}"}'
19
+ client-payload: '{"repo": "dashboard", "ref": "${{ github.sha }}"}'
0 commit comments