Provide GITHUB_TOKEN to cleanup step..

This commit is contained in:
Patrick Lehmann
2024-01-11 22:00:59 +01:00
parent 41e1e109c3
commit 67d7ec2c73
2 changed files with 4 additions and 2 deletions

View File

@@ -48,9 +48,11 @@ jobs:
uses: geekyeggo/delete-artifact@v4
with:
name: ${{ inputs.package }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: 🗑️ Delete remaining Artifacts
if: ${{ inputs.remaining != '' }}
uses: geekyeggo/delete-artifact@v4
with:
name: ${{ inputs.remaining }}
token: ${{ secrets.GITHUB_TOKEN }}