Skip to content

Commit 66a687e

Browse files
committed
ci: Use GITHUB_TOKEN auth when cleaning
1 parent 30fe52b commit 66a687e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ jobs:
9898
keep-at-least: 10
9999
skip-tags: latest
100100
untagged-only: false
101-
token: ${{ secrets.DOCKER_PASSWORD }}
101+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)