diff --git a/.github/workflows/CompletePipeline.yml b/.github/workflows/CompletePipeline.yml index 7ec64de..df9a12c 100644 --- a/.github/workflows/CompletePipeline.yml +++ b/.github/workflows/CompletePipeline.yml @@ -327,6 +327,7 @@ jobs: actions: write with: tag: ${{ needs.Prepare.outputs.version }} + secrets: inherit PublishOnPyPI: uses: pyTooling/Actions/.github/workflows/PublishOnPyPI.yml@dev diff --git a/.github/workflows/_Checking_JobTemplates.yml b/.github/workflows/_Checking_JobTemplates.yml index e726dfe..7d98b8b 100644 --- a/.github/workflows/_Checking_JobTemplates.yml +++ b/.github/workflows/_Checking_JobTemplates.yml @@ -115,9 +115,7 @@ jobs: coverage_report_html_directory: ${{ needs.ConfigParams.outputs.coverage_report_html_directory }} codecov: true codacy: true - secrets: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - CODACY_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }} + secrets: inherit PublishTestResults: uses: pyTooling/Actions/.github/workflows/PublishTestResults.yml@dev @@ -132,8 +130,7 @@ jobs: merged_junit_artifact: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).unittesting_xml }} codecov: true dorny: true - secrets: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + secrets: inherit # VerifyDocs: # uses: pyTooling/Actions/.github/workflows/VerifyDocs.yml@dev @@ -225,6 +222,7 @@ jobs: actions: write with: tag: ${{ needs.Prepare.outputs.version }} + secrets: inherit PublishOnPyPI: uses: pyTooling/Actions/.github/workflows/PublishOnPyPI.yml@dev @@ -237,8 +235,7 @@ jobs: python_version: ${{ needs.UnitTestingParams.outputs.python_version }} requirements: -r dist/requirements.txt artifact: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).package_all }} - secrets: - PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} + secrets: inherit ArtifactCleanUp: uses: pyTooling/Actions/.github/workflows/ArtifactCleanUp.yml@dev diff --git a/.github/workflows/_Checking_NamespacePackage_Pipeline.yml b/.github/workflows/_Checking_NamespacePackage_Pipeline.yml index 46a19dc..227d836 100644 --- a/.github/workflows/_Checking_NamespacePackage_Pipeline.yml +++ b/.github/workflows/_Checking_NamespacePackage_Pipeline.yml @@ -13,7 +13,4 @@ jobs: codecov: true codacy: true dorny: true - secrets: - PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }} + secrets: inherit diff --git a/.github/workflows/_Checking_Nightly.yml b/.github/workflows/_Checking_Nightly.yml index 57fcc9e..e1e012d 100644 --- a/.github/workflows/_Checking_Nightly.yml +++ b/.github/workflows/_Checking_Nightly.yml @@ -45,11 +45,9 @@ jobs: uses: ./.github/workflows/NightlyRelease.yml needs: - Build - secrets: inherit permissions: contents: write - actions: write -# attestations: write + actions: write with: can-fail: true prerelease: true @@ -78,16 +76,15 @@ jobs: document:$archive7.tar.gz: Archive 7 - tar.gz + dir document:$archive8.tzst: Archive 8 - tzst + dir document:$archive9.tar.zst:Archive 9 - tar.zst + dir + secrets: inherit NightlyPageWithInventory: uses: ./.github/workflows/NightlyRelease.yml needs: - Build - secrets: inherit permissions: contents: write - actions: write -# attestations: write + actions: write with: can-fail: true replacements: | @@ -121,3 +118,4 @@ jobs: document:$archive7.tar.gz: Archive 7 - tar.gz + dir document:$archive8.tzst: Archive 8 - tzst + dir document:$archive9.tar.zst: Archive 9 - tar.zst + dir + secrets: inherit diff --git a/.github/workflows/_Checking_SimplePackage_Pipeline.yml b/.github/workflows/_Checking_SimplePackage_Pipeline.yml index 19f9573..77907f2 100644 --- a/.github/workflows/_Checking_SimplePackage_Pipeline.yml +++ b/.github/workflows/_Checking_SimplePackage_Pipeline.yml @@ -13,7 +13,4 @@ jobs: codacy: true dorny: true cleanup: false - secrets: - PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }} + secrets: inherit