Skip to content

Commit fb3bd89

Browse files
committed
fix: notify convstack
1 parent 5212651 commit fb3bd89

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/notify-convstack.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Notify ConvStack
2+
permissions:
3+
contents: read
24

35
on:
46
push:
@@ -14,4 +16,4 @@ jobs:
1416
token: ${{ secrets.CONVSTACK_PAT }}
1517
repository: convstack/convstack
1618
event-type: submodule-update
17-
client-payload: '{"repo": "dashboard", "ref": "${{ github.sha }}"}'
19+
client-payload: '{"repo": "dashboard", "ref": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)