Skip to content

Commit 83656d6

Browse files
committed
[py] Env vars for twine
1 parent 1044702 commit 83656d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bazel.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
description: Toggle caching of Bazel
3131
required: false
3232
type: boolean
33-
default: true
33+
default: true
3434
cache-key:
3535
description: Bazel disk cache key
3636
required: false
@@ -65,6 +65,8 @@ jobs:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
SEL_M2_USER: ${{ secrets.SEL_M2_USER }}
6767
SEL_M2_PASS: ${{ secrets.SEL_M2_PASS }}
68+
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
69+
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
6870
SE_AVOID_STATS: true
6971
steps:
7072
- name: Checkout source tree

0 commit comments

Comments
 (0)