Skip to content

Commit c42caf7

Browse files
committed
use token to auth
1 parent 4e4b5c3 commit c42caf7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14+
- name: Auth
15+
run: gh auth login --with-token ${{ secrets.TRIGGER_TOKEN }}
1416
- name: Trigger publish
1517
run: gh workflow run main.yml -R clojure/clojure-org-style --ref master

0 commit comments

Comments
 (0)