Update trigger_new_rss.yml

pull/1656/head
Yuta Katayama 1 month ago committed by GitHub
parent 2217d2c5e2
commit 12889fc6ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,5 +24,5 @@ jobs:
curl -X POST -H "Authorization: token $GH_TOKEN" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/yutkat/new-neovim-plugin-with-category-rss/dispatches -d '{"event_type":"trigger-new-repo"}' curl -X POST -H "Authorization: token $GH_TOKEN" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/yutkat/new-neovim-plugin-with-category-rss/dispatches -d '{"event_type":"trigger-new-repo"}'
env: env:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
if: ${{ startWith(env.LATEST_MESSAGE,'Add') }} if: startsWith(env.LATEST_MESSAGE,'Add')
working-directory: ${{ github.event.repository.name }} working-directory: ${{ github.event.repository.name }}

Loading…
Cancel
Save