We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7eb843a + 527a912 commit 2f02df0Copy full SHA for 2f02df0
.github/workflows/Pipeline.yml
@@ -12,3 +12,6 @@ jobs:
12
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r2
13
with:
14
package_name: pyVHDLModel
15
+ secrets:
16
+ PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
17
+ CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
0 commit comments