diff --git a/.github/workflows/delete-artifacts-of-workflow.yml b/.github/workflows/delete-artifacts-of-workflow.yml index c9f8c24..e0741a8 100644 --- a/.github/workflows/delete-artifacts-of-workflow.yml +++ b/.github/workflows/delete-artifacts-of-workflow.yml @@ -36,7 +36,7 @@ jobs: needs: create_artifacts permissions: # write-all # work! - contents: write + actions: write steps: - uses: geekyeggo/delete-artifact@v4 name: Clean up temp stored artifacts