Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anita Steiner committed Aug 4, 2022
1 parent e38808e commit 2f541cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ jobs:
publish:
uses: datavisyn/github-workflows/.github/workflows/publish-node-python.yml@main
secrets:
DV_DEVOPS: ${{ secrets.DV_DEVOPS }}
DV_DEVOPS: ${{ secrets.DV_DEVOPS }}
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2f541cf

Please sign in to comment.