Skip to content

Commit

Permalink
Use a different token name for the pypi auth #1351
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Aug 12, 2024
1 parent ceb345e commit 5cfe74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release-aboutcode-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN_ABOUTCODE_PIPELINE }}

- name: Upload built archives
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5cfe74f

Please sign in to comment.