Skip to content

Commit 665fde9

Browse files
committed
Pass repo secrets to GitHub action workflow step
1 parent 412d0ef commit 665fde9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
- name: Run tests
3737
run: |
3838
uv run pytest
39+
env:
40+
WFP_API_CLIENT_ID: ${{ secrets.WFP_API_CLIENT_ID }}
41+
WFP_API_CLIENT_SECRET: ${{ secrets.WFP_API_CLIENT_SECRET }}
42+
3943

4044
deploy-docs:
4145
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)