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 1044702 commit 83656d6Copy full SHA for 83656d6
.github/workflows/bazel.yml
@@ -30,7 +30,7 @@ on:
30
description: Toggle caching of Bazel
31
required: false
32
type: boolean
33
- default: true
+ default: true
34
cache-key:
35
description: Bazel disk cache key
36
@@ -65,6 +65,8 @@ jobs:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
SEL_M2_USER: ${{ secrets.SEL_M2_USER }}
67
SEL_M2_PASS: ${{ secrets.SEL_M2_PASS }}
68
+ TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
69
+ TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
70
SE_AVOID_STATS: true
71
steps:
72
- name: Checkout source tree
0 commit comments