Skip to content

Commit

Permalink
Forward pypi tokens to Ansible (#86)
Browse files Browse the repository at this point in the history
Forward pypi tokens to Ansible.
  • Loading branch information
areusch committed Jun 2, 2023
1 parent 2a3a860 commit 6c4b076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jenkins_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
DOCS_PUSH_TOKEN: ${{ secrets.DOCS_PUSH_TOKEN }}
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
TVM_BOT_DOCS_GITHUB_TOKEN: ${{ secrets.TVM_BOT_GITHUB_TOKEN }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
TEST_PYPI_TOKEN: ${{ secrets.TEST_PYPI_TOKEN }}
steps:
-
name: Pull repository
Expand Down

0 comments on commit 6c4b076

Please sign in to comment.