Skip to content

Commit 0910ce3

Browse files
committed
Update CI workflow
1 parent b979bd8 commit 0910ce3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ jobs:
110110
- os: "macos-13"
111111
python-version: 3.9
112112
steps:
113+
- name: Debug secrets
114+
run: |
115+
echo "B2_TEST_APPLICATION_KEY is ${B2_TEST_APPLICATION_KEY:+set}"
116+
echo "B2_TEST_APPLICATION_KEY_ID is ${B2_TEST_APPLICATION_KEY_ID:+set}"
117+
shell: bash
113118
- uses: actions/checkout@v4
114119
with:
115120
fetch-depth: 0

0 commit comments

Comments
 (0)