Skip to content

Commit 22aa98c

Browse files
authored
Add TEST secret environment variable
Added environment variable for TEST secret in workflow.
1 parent a5d13a4 commit 22aa98c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_style_bot.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
- name: Set up Python
6262
uses: actions/setup-python@v4
6363
- name: Install dependencies
64+
env:
65+
TEST: ${{ secrets.TEST }}
6466
run: |
6567
pip install .[quality]
6668

0 commit comments

Comments
 (0)