Skip to content

Commit 040be2a

Browse files
added secrets to ci
1 parent 6edf704 commit 040be2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,16 @@ jobs:
2626
output-dir: wheelhouse
2727
config-file: "{package}/pyproject.toml"
2828
env:
29-
3029
CIBW_SKIP: pp*
3130
# Run the package tests using `pytest`
3231
CIBW_TEST_REQUIRES: pytest dropbox asyncio tqdm aiohttp suite2p
3332
CIBW_TEST_COMMAND: >
3433
cd {package} &&
3534
pytest tests
35+
DROPBOX_SECRET: ${{ secrets.DROPBOX_SECRET }}
36+
DROPBOX_APP_KEY: ${{ secrets.DROPBOX_APP_KEY }}
37+
DROPBOX_REFRESH_TOKEN: ${{ secrets.DROPBOX_REFRESH_TOKEN }}
38+
DROPBOX_SHARED_LINK: ${{ secrets.DROPBOX_SHARED_LINK }}
3639

3740
- uses: actions/upload-artifact@v4
3841
with:

0 commit comments

Comments
 (0)