We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f9c5f commit 16a40a2Copy full SHA for 16a40a2
.github/workflows/delete_images.yml
@@ -19,7 +19,7 @@ jobs:
19
- lite
20
env:
21
DELETED_BRANCH: ${{ github.event.ref }}
22
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.API_PACKAGE_READ_DELETE }}
23
IMAGE: c-pac
24
steps:
25
- name: Check out C-PAC
@@ -50,7 +50,7 @@ jobs:
50
if: matrix.variant == ''
51
uses: Chizkiyahu/delete-untagged-ghcr-action@v6
52
with:
53
- token: ${GITHUB_TOKEN}
+ token: ${{ secrets.API_PACKAGE_READ_DELETE }}
54
repository_owner: ${{ github.repository_owner }}
55
repository: ${{ github.repository }}
56
untagged_only: true
0 commit comments