diff --git a/.github/workflows/dev-cd.yml b/.github/workflows/dev-cd.yml index 3e8d994f..38a27414 100644 --- a/.github/workflows/dev-cd.yml +++ b/.github/workflows/dev-cd.yml @@ -73,7 +73,7 @@ jobs: - name: Clean up old image versions from GHCR uses: snok/container-retention-policy@v2 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PACKAGE_DELETE_TOKEN }} image-names: solid-connection-dev delete-untagged: true keep-n-tags: 5 diff --git a/.github/workflows/prod-cd.yml b/.github/workflows/prod-cd.yml index d71f832a..e05e1d0a 100644 --- a/.github/workflows/prod-cd.yml +++ b/.github/workflows/prod-cd.yml @@ -89,7 +89,7 @@ jobs: - name: Clean up old image versions from GHCR uses: snok/container-retention-policy@v2 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PACKAGE_DELETE_TOKEN }} image-names: solid-connection-server delete-untagged: true keep-n-tags: 5