From f9a74102d96de56515be3da07526ab678ecc828d Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 24 Apr 2024 23:03:40 +0200 Subject: [PATCH] Avoid warning from geekyeggo/delete-artifact@v5. --- .github/workflows/ArtifactCleanUp.yml | 2 -- .github/workflows/IntermediateCleanUp.yml | 2 -- 2 files changed, 4 deletions(-) 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 }}