Skip to content

Commit 5cfe74f

Browse files
committed
Use a different token name for the pypi auth #1351
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent ceb345e commit 5cfe74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release-aboutcode-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: startsWith(github.ref, 'refs/tags')
3030
uses: pypa/gh-action-pypi-publish@release/v1
3131
with:
32-
password: ${{ secrets.PYPI_API_TOKEN }}
32+
password: ${{ secrets.PYPI_API_TOKEN_ABOUTCODE_PIPELINE }}
3333

3434
- name: Upload built archives
3535
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)