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 9ab9c6f commit 740e954Copy full SHA for 740e954
.github/workflows/publish-events.yml
@@ -45,4 +45,6 @@ jobs:
45
then
46
git commit -m 'update events'
47
git push
48
+
49
+ curl -X POST -H "Authorization:token ${{ secrets.GH_TOKEN }}" -H "Accept:application/vnd.github.v3+json" --data '{"event_type":"publish"}' https://api.github.com/repos/clojure/clojure-org-style/dispatches
50
fi
0 commit comments