Re-render the feedstock after CI registration.

This commit is contained in:
nidichaogequ
2023-10-26 01:18:03 +08:00
parent e41b11e193
commit 071433403a
17 changed files with 663 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
on: repository_dispatch
jobs:
webservices:
runs-on: ubuntu-latest
name: webservices
steps:
- name: webservices
id: webservices
uses: conda-forge/webservices-dispatch-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
rerendering_github_token: ${{ secrets.RERENDERING_GITHUB_TOKEN }}