File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 # pull_request:
1313 # branches:
1414 # - main
15+
16+ env :
17+ GITEE_USER : ${{ secrets.GITEE_USER }}
18+ GITEE_TOKEN : ${{ secrets.GITEE_TOKEN }}
19+
1520jobs :
1621 build-macos-arm64 :
1722 if : github.ref_name == 'main'
Original file line number Diff line number Diff line change 99 - .github/workflows/rest_reg.yml
1010 - recipe_rest_reg/**
1111
12+ env :
13+ GITEE_USER : ${{ secrets.GITEE_USER }}
14+ GITEE_TOKEN : ${{ secrets.GITEE_TOKEN }}
15+
1216jobs :
1317 build-rest-regression-macos-arm64 :
1418 runs-on : macos-14
8387 # restore-keys: |
8488 # ${{ runner.os }}-cargo-
8589 - name : Build REST Regression recipe
86- env :
87- GITEE_USER : ${{ secrets.GITEE_USER }}
88- GITEE_TOKEN : ${{ secrets.GITEE_TOKEN }}
8990 run : |
9091 # conda info
9192 # conda env list
Original file line number Diff line number Diff line change @@ -5,25 +5,25 @@ package:
55 version : " 2026.1.0.3"
66
77source :
8- - git : https://gitee.com/restgroup/rest.git
8+ - git : https://{{ env.get("GITEE_USER") }}:{{ env.get("GITEE_TOKEN") }}@ gitee.com/restgroup/rest.git
99 # - git: https://gitee.com/canarias/rest.git
1010 rev : 0a1ff34de509d18655ff4e710f44c7e4c478d399
1111 # branch: for-win
1212 target_directory : rest
13- - git : https://gitee.com/restgroup/rest_tensors.git
13+ - git : https://{{ env.get("GITEE_USER") }}:{{ env.get("GITEE_TOKEN") }}@ gitee.com/restgroup/rest_tensors.git
1414 # - git: https://gitee.com/canarias/rest_tensors.git
1515 # tag: v2025.02
1616 rev : 1e2a2b8e1a9f8c80baf95f366743b1931bfd5aa9
1717 # branch: for-win
1818 target_directory : rest_tensors
19- - git : https://gitee.com/restgroup/rest_libcint.git
19+ - git : https://{{ env.get("GITEE_USER") }}:{{ env.get("GITEE_TOKEN") }}@ gitee.com/restgroup/rest_libcint.git
2020 # - git: https://gitee.com/canarias/rest_libcint.git
2121 # tag: v2025.01
2222 rev : ba7ba116a06d3077faffc520fb1975e9e8587dcd
2323 # rev: 217c21a00a45cb41a45a4bafbd0f818f6d95dd04
2424 # branch: thread-safe
2525 target_directory : rest_libcint
26- - git : https://gitee.com/restgroup/rest_regression.git
26+ - git : https://{{ env.get("GITEE_USER") }}:{{ env.get("GITEE_TOKEN") }}@ gitee.com/restgroup/rest_regression.git
2727 # - git: https://gitee.com/canarias/rest_regression.git
2828 # tag: v2025.02
2929 rev : 7cdfead22304fdbaa3a6436d90dfc0b07a4a13c6
You can’t perform that action at this time.
0 commit comments