We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fb02d commit 4da854bCopy full SHA for 4da854b
.github/workflows/dev-cd.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Clean up old image versions from GHCR
74
uses: snok/container-retention-policy@v2
75
with:
76
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.PACKAGE_DELETE_TOKEN }}
77
image-names: solid-connection-dev
78
delete-untagged: true
79
keep-n-tags: 5
.github/workflows/prod-cd.yml
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
image-names: solid-connection-server
94
95
0 commit comments