Skip to content

Commit fcb9790

Browse files
authored
fix: revert to GH token
1 parent 348d81a commit fcb9790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
registry: ${{ env.REGISTRY }}
5959
username: ${{ github.actor }}
60-
password: ${{ secrets.KAN_PAT }}
60+
password: ${{ secrets.GITHUB_TOKEN }}
6161

6262
# Extract metadata (tags, labels) for Docker
6363
# https://github.com/docker/metadata-action

0 commit comments

Comments
 (0)