diff --git a/.github/workflows/ArtifactCleanUp.yml b/.github/workflows/ArtifactCleanUp.yml index 64a5b13..abfb8d9 100644 --- a/.github/workflows/ArtifactCleanUp.yml +++ b/.github/workflows/ArtifactCleanUp.yml @@ -46,11 +46,9 @@ jobs: uses: geekyeggo/delete-artifact@v5 with: name: ${{ inputs.package }} - token: ${{ secrets.GITHUB_TOKEN }} - name: 🗑️ Delete remaining Artifacts if: ${{ inputs.remaining != '' }} uses: geekyeggo/delete-artifact@v5 with: name: ${{ inputs.remaining }} - token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/IntermediateCleanUp.yml b/.github/workflows/IntermediateCleanUp.yml index 6fc09a4..927a3d3 100644 --- a/.github/workflows/IntermediateCleanUp.yml +++ b/.github/workflows/IntermediateCleanUp.yml @@ -44,7 +44,6 @@ jobs: continue-on-error: true with: name: ${{ inputs.sqlite_coverage_artifacts_prefix }}* - token: ${{ secrets.GITHUB_TOKEN }} - name: 🗑️ Delete XML coverage artifacts from matrix jobs uses: geekyeggo/delete-artifact@v5 @@ -52,4 +51,3 @@ jobs: continue-on-error: true with: name: ${{ inputs.xml_unittest_artifacts_prefix }}* - token: ${{ secrets.GITHUB_TOKEN }}