Skip to content

Commit cc37c57

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 e80e18d commit cc37c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/announce-a-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: snok/container-retention-policy@3b0972b2276b171b212f8c4efbca59ebba26eceb
8080
with:
8181
account: ponylang
82-
token: ${{ secrets.DELETE_PACKAGE_TOKEN }}
82+
token: ${{ secrets.DELETE_PACKAGES_TOKEN }}
8383
image-names: release-bot-action
8484
tag-selection: untagged
8585
cut-off: 1d

0 commit comments

Comments
 (0)