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 a982ad2 commit 5fc40a0Copy full SHA for 5fc40a0
.github/workflows/ci.yml
@@ -38,10 +38,17 @@ jobs:
38
timeout-minutes: 30
39
needs: lint
40
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 }}
44
steps:
45
- uses: actions/checkout@v4
46
with:
47
fetch-depth: 0
48
+ - name: Setup tmate session
49
+ uses: mxschmitt/action-tmate@v3
50
+ with:
51
+ limit-access-to-actor: true
52
- name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }}
53
uses: actions/setup-python@v5
54
0 commit comments