diff --git a/.github/workflows/maintenance/delete_ghcr_dangling_images.sh b/.github/actions/ghcr-clean/delete_ghcr_dangling_images.sh old mode 100755 new mode 100644 similarity index 100% rename from .github/workflows/maintenance/delete_ghcr_dangling_images.sh rename to .github/actions/ghcr-clean/delete_ghcr_dangling_images.sh diff --git a/.github/workflows/maintenance/delete_workflows.sh b/.github/actions/ghcr-clean/delete_workflows.sh old mode 100755 new mode 100644 similarity index 100% rename from .github/workflows/maintenance/delete_workflows.sh rename to .github/actions/ghcr-clean/delete_workflows.sh diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index b166b03e..53bb3df9 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -16,6 +16,6 @@ jobs: uses: actions/checkout@v2 - name: Run script run: ./delete_ghcr_dangling_images.sh lowlighter metrics - working-directory: .github/workflows/maintenance + working-directory: .github/actions/ghcr-clean env: GITHUB_TOKEN: ${{ secrets.GHCR_BOT_TOKEN }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 58dadeda..9e937f73 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -43,6 +43,6 @@ jobs: uses: actions/checkout@v2 - name: Run script run: ./delete_workflows.sh lowlighter/metrics - working-directory: .github/workflows/maintenance + working-directory: .github/actions/ghcr-clean env: GITHUB_TOKEN: ${{ github.token }} \ No newline at end of file