We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb32c3 commit 2f2ee7aCopy full SHA for 2f2ee7a
.github/workflows/main.yml
@@ -11,4 +11,4 @@ jobs:
11
12
steps:
13
- name: Trigger publish
14
- run: curl -X POST -H "Authorization:token ${{ secrets.TRIGGER_TOKEN }}" -H "Accept:application/vnd.github.v3+json" --data '{"event_type":"publish"}' https://api.github.com/repos/clojure/clojurescript-org-style/dispatches
+ run: 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/clojurescript-org-style/dispatches
0 commit comments