We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088995d commit 96081a9Copy full SHA for 96081a9
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Configure Poetry for NI Artifacts
27
run: |
28
# Poetry will use these credentials for the 'rnd-pypi-ci' source defined in pyproject.toml
29
- poetry config http-basic.rnd-pypi-ci "${{ secrets.NIARTIFACTS_USER }}" "${{ secrets.NIARTIFACTS_TOKEN }}"
+ poetry config http-basic.rnd-pypi-ci ${{ secrets.NIARTIFACTS_USER }} ${{ secrets.NIARTIFACTS_TOKEN }}
30
31
- name: Install dependencies
32
run: poetry install
0 commit comments