Skip to content

Commit c7ea877

Browse files
authored
Use DELETE_PACKAGES_TOKEN (plural), not DELETE_PACKAGE_TOKEN (#31)
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 5b365f8 commit c7ea877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-nightly-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: snok/container-retention-policy@3b0972b2276b171b212f8c4efbca59ebba26eceb
5858
with:
5959
account: ponylang
60-
token: ${{ secrets.DELETE_PACKAGE_TOKEN }}
60+
token: ${{ secrets.DELETE_PACKAGES_TOKEN }}
6161
image-names: library-documentation-action-v2
6262
tag-selection: untagged
6363
cut-off: 1d

0 commit comments

Comments
 (0)