Skip to content

Commit 6084407

Browse files
committed
Remove commented-out Docker registry credentials from release pipeline
1 parent ff847c5 commit 6084407

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,4 @@ jobs:
6262
args: release --clean
6363
env:
6464
REPOSITORY_NAME: reportportal/mcp-server # Docker repository name
65-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub token for authentication
66-
# DOCKER_USERNAME: ${{ secrets.REGESTRY_USERNAME }} # Docker registry username
67-
# DOCKER_PASSWORD: ${{ secrets.REGESTRY_PASSWORD }} # Docker registry password
65+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub token for authentication

0 commit comments

Comments
 (0)