1 parent 513cdf6 commit 6689482Copy full SHA for 6689482
2 files changed
.github/workflows/rest_reg.yml
@@ -83,6 +83,9 @@ jobs:
83
# restore-keys: |
84
# ${{ runner.os }}-cargo-
85
- name: Build REST Regression recipe
86
+ env:
87
+ GITEE_USER: ${{ secrets.GITEE_USER }}
88
+ GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }}
89
run: |
90
# conda info
91
# conda env list
recipe_rest_reg/recipe.yaml
@@ -48,6 +48,4 @@ about:
48
49
extra:
50
recipe-maintainers:
51
- # GitHub IDs for maintainers of the recipe.
52
- # Always check with the people listed below if they are OK becoming maintainers of the recipe. (There will be spam!)
53
- jeanwsr
0 commit comments