We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791a70b commit cf6d167Copy full SHA for cf6d167
.github/workflows/getbadge.yml
@@ -33,4 +33,14 @@ jobs:
33
ls -haltr
34
python generate_badge.py
35
36
-
+
37
+ - name: Upload package to external repo release
38
+ uses: svenstaro/upload-release-action@v2
39
+ with:
40
+ repo_name: AICAN-Research/FAST-Pathology-dependencies
41
+ repo_token: ${{ secrets.FAST_PATHOLOGY_PUSH_TOKEN }}
42
+ file: ${{github.workspace}}/assets/test.svg
43
+ asset_name: test.svg
44
+ file_glob: true
45
+ tag: SVG-badge
46
+ overwrite: true
0 commit comments