Skip to content

Commit

Permalink
Use sep PAT for MCP
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Jan 30, 2025
1 parent 65bbc3d commit 2ac5a66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mcp_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
username: ${{ secrets.JIM_USERNAME }}
password: ${{ secrets.JIM_PAT }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

with:
driver: cloud
endpoint: "mcp/cloud-ai-labs"
Expand Down

0 comments on commit 2ac5a66

Please sign in to comment.