Skip to content

Commit 16a40a2

Browse files
committed
👷 Update delete package secret
1 parent 11f9c5f commit 16a40a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/delete_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- lite
2020
env:
2121
DELETED_BRANCH: ${{ github.event.ref }}
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
GITHUB_TOKEN: ${{ secrets.API_PACKAGE_READ_DELETE }}
2323
IMAGE: c-pac
2424
steps:
2525
- name: Check out C-PAC
@@ -50,7 +50,7 @@ jobs:
5050
if: matrix.variant == ''
5151
uses: Chizkiyahu/delete-untagged-ghcr-action@v6
5252
with:
53-
token: ${GITHUB_TOKEN}
53+
token: ${{ secrets.API_PACKAGE_READ_DELETE }}
5454
repository_owner: ${{ github.repository_owner }}
5555
repository: ${{ github.repository }}
5656
untagged_only: true

0 commit comments

Comments
 (0)