Skip to content

Commit 96081a9

Browse files
committed
quotes?
1 parent 088995d commit 96081a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Configure Poetry for NI Artifacts
2727
run: |
2828
# 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 }}"
29+
poetry config http-basic.rnd-pypi-ci ${{ secrets.NIARTIFACTS_USER }} ${{ secrets.NIARTIFACTS_TOKEN }}
3030
3131
- name: Install dependencies
3232
run: poetry install

0 commit comments

Comments
 (0)