Skip to content

Commit 0a06123

Browse files
committed
Use DELETE_PACKAGES_TOKEN (plural), not DELETE_PACKAGE_TOKEN
The org secret is named DELETE_PACKAGES_TOKEN. The previous PR referenced the singular form, which resolved to empty at runtime and caused the prune step to fail with "token value is not valid".
1 parent 57a2722 commit 0a06123

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rebuild-ponyc-based-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ jobs:
783783
uses: snok/container-retention-policy@3b0972b2276b171b212f8c4efbca59ebba26eceb
784784
with:
785785
account: ponylang
786-
token: ${{ secrets.DELETE_PACKAGE_TOKEN }}
786+
token: ${{ secrets.DELETE_PACKAGES_TOKEN }}
787787
image-names: ${{ matrix.image }}
788788
tag-selection: untagged
789789
cut-off: 1d
@@ -821,7 +821,7 @@ jobs:
821821
uses: snok/container-retention-policy@3b0972b2276b171b212f8c4efbca59ebba26eceb
822822
with:
823823
account: ponylang
824-
token: ${{ secrets.DELETE_PACKAGE_TOKEN }}
824+
token: ${{ secrets.DELETE_PACKAGES_TOKEN }}
825825
image-names: ${{ matrix.image }}
826826
tag-selection: untagged
827827
cut-off: 1d

0 commit comments

Comments
 (0)