Module: kamailio Branch: master Commit: cb520baa9349f86fc104e2c1eed633ea59157b1b URL: https://github.com/kamailio/kamailio/commit/cb520baa9349f86fc104e2c1eed633ea...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2024-01-15T15:03:15+01:00
github: use CLEAN_PACKAGES secret at cleanup workflow
kamailio-sync PAT with delete:packages permissions as described
---
Modified: .github/workflows/cleanup.yml
---
Diff: https://github.com/kamailio/kamailio/commit/cb520baa9349f86fc104e2c1eed633ea... Patch: https://github.com/kamailio/kamailio/commit/cb520baa9349f86fc104e2c1eed633ea...
---
diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index bea47fa30dc..37d8e9fe2e5 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -18,5 +18,5 @@ jobs: - name: Delete untagged images uses: camargo/delete-untagged-action@v1 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.CLEAN_PACKAGES }} package-name: ${{ env.IMAGE_NAME }}