Skip to content

Commit e80e18d

Browse files
authored
Pass DELETE_PACKAGE_TOKEN to container-retention-policy (#96)
GitHub's new installation-token format (longer ghs_ JWT with hyphens) fails snok/container-retention-policy's hardcoded token regex; the action is unmaintained at v3.0.1. Use the org-wide DELETE_PACKAGE_TOKEN classic PAT, whose format isn't changing.
1 parent 03f50a4 commit e80e18d

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.GITHUB_TOKEN }}
82+
token: ${{ secrets.DELETE_PACKAGE_TOKEN }}
8383
image-names: release-bot-action
8484
tag-selection: untagged
8585
cut-off: 1d

0 commit comments

Comments
 (0)