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 8581b86 commit 189a9d4Copy full SHA for 189a9d4
.github/workflows/build-release.yml
@@ -1,5 +1,8 @@
1
on:
2
workflow_call:
3
+ secrets:
4
+ ANACONDA_API_TOKEN:
5
+ required: true
6
env:
7
OMP_NUM_THREADS: '10'
8
MKL_THREADING_LAYER: GNU
.github/workflows/build.yml
@@ -12,4 +12,6 @@ jobs:
12
uses: ./.github/workflows/build-pull-request.yml
13
build-release:
14
uses: ./.github/workflows/build-release.yml
15
16
+ ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
17
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
0 commit comments