Skip to content

Commit e1e6438

Browse files
authored
Update snok/container-retention-policy to v3.1.0, switch to GITHUB_TOKEN (#99)
v3.1.0 fixes the token-validation regex that rejected GitHub's ghs_ JWT format, so we can switch back from DELETE_PACKAGES_TOKEN to GITHUB_TOKEN.
1 parent 7ca2aee commit e1e6438

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Prune
78-
# v3.0.1
79-
uses: snok/container-retention-policy@3b0972b2276b171b212f8c4efbca59ebba26eceb
78+
# v3.1.0
79+
uses: snok/container-retention-policy@d3bdcf5ce9b05f685154e4a16c39233b245e3d53
8080
with:
8181
account: ponylang
82-
token: ${{ secrets.DELETE_PACKAGES_TOKEN }}
82+
token: ${{ secrets.GITHUB_TOKEN }}
8383
image-names: release-bot-action
8484
tag-selection: untagged
8585
cut-off: 1d

0 commit comments

Comments
 (0)