Skip to content

Commit 2f2ee7a

Browse files
authored
Testing different token on publish trigger
1 parent adb32c3 commit 2f2ee7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111

1212
steps:
1313
- 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
14+
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

Comments
 (0)