Skip to content

Commit 5fc40a0

Browse files
committed
WIP CI
1 parent a982ad2 commit 5fc40a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,17 @@ jobs:
3838
timeout-minutes: 30
3939
needs: lint
4040
runs-on: ubuntu-latest
41+
env:
42+
B2_TEST_APPLICATION_KEY: ${{ secrets.B2_TEST_APPLICATION_KEY }}
43+
B2_TEST_APPLICATION_KEY_ID: ${{ secrets.B2_TEST_APPLICATION_KEY_ID }}
4144
steps:
4245
- uses: actions/checkout@v4
4346
with:
4447
fetch-depth: 0
48+
- name: Setup tmate session
49+
uses: mxschmitt/action-tmate@v3
50+
with:
51+
limit-access-to-actor: true
4552
- name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }}
4653
uses: actions/setup-python@v5
4754
with:

0 commit comments

Comments
 (0)