Skip to content

Commit d65f6d8

Browse files
authored
chore: use actions built-in creds (#749)
1 parent 06e7d58 commit d65f6d8

12 files changed

+24
-24
lines changed

.github/workflows/build-providers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
uses: docker/login-action@v3
2424
with:
2525
registry: ghcr.io
26-
username: ${{ secrets.GHCR_USERNAME }}
27-
password: ${{ secrets.GHCR_TOKEN }}
26+
username: ${{ github.actor }}
27+
password: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Build and Push Docker image
3030
uses: depot/build-push-action@v1

.github/workflows/build-tools.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
uses: docker/login-action@v3
2424
with:
2525
registry: ghcr.io
26-
username: ${{ secrets.GHCR_USERNAME }}
27-
password: ${{ secrets.GHCR_TOKEN }}
26+
username: ${{ github.actor }}
27+
password: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Build and Push Docker image
3030
uses: depot/build-push-action@v1

.github/workflows/calendar-mcp-go-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
uses: docker/login-action@v3
2626
with:
2727
registry: ghcr.io
28-
username: ${{ secrets.GHCR_USERNAME }}
29-
password: ${{ secrets.GHCR_TOKEN }}
28+
username: ${{ github.actor }}
29+
password: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: Build and Push Docker image
3232
uses: depot/build-push-action@v1

.github/workflows/contact-mcp-go-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
uses: docker/login-action@v3
2626
with:
2727
registry: ghcr.io
28-
username: ${{ secrets.GHCR_USERNAME }}
29-
password: ${{ secrets.GHCR_TOKEN }}
28+
username: ${{ github.actor }}
29+
password: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: Build and Push Docker image
3232
uses: depot/build-push-action@v1

.github/workflows/excel-mcp-go-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
uses: docker/login-action@v3
2727
with:
2828
registry: ghcr.io
29-
username: ${{ secrets.GHCR_USERNAME }}
30-
password: ${{ secrets.GHCR_TOKEN }}
29+
username: ${{ github.actor }}
30+
password: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Build and Push Docker image
3333
uses: depot/build-push-action@v1

.github/workflows/gmail-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
uses: docker/login-action@v3
2727
with:
2828
registry: ghcr.io
29-
username: ${{ secrets.GHCR_USERNAME }}
30-
password: ${{ secrets.GHCR_TOKEN }}
29+
username: ${{ github.actor }}
30+
password: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Build and Push Docker image
3333
uses: depot/build-push-action@v1

.github/workflows/google-calendar-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
uses: docker/login-action@v3
2727
with:
2828
registry: ghcr.io
29-
username: ${{ secrets.GHCR_USERNAME }}
30-
password: ${{ secrets.GHCR_TOKEN }}
29+
username: ${{ github.actor }}
30+
password: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Build and Push Docker image
3333
uses: depot/build-push-action@v1

.github/workflows/google-drive-build.yaml.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
uses: docker/login-action@v3
2727
with:
2828
registry: ghcr.io
29-
username: ${{ secrets.GHCR_USERNAME }}
30-
password: ${{ secrets.GHCR_TOKEN }}
29+
username: ${{ github.actor }}
30+
password: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Build and Push Docker image
3333
uses: depot/build-push-action@v1

.github/workflows/google-sheets-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
uses: docker/login-action@v3
2727
with:
2828
registry: ghcr.io
29-
username: ${{ secrets.GHCR_USERNAME }}
30-
password: ${{ secrets.GHCR_TOKEN }}
29+
username: ${{ github.actor }}
30+
password: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Build and Push Docker image
3333
uses: depot/build-push-action@v1

.github/workflows/onedrive-mcp-go-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
uses: docker/login-action@v3
2727
with:
2828
registry: ghcr.io
29-
username: ${{ secrets.GHCR_USERNAME }}
30-
password: ${{ secrets.GHCR_TOKEN }}
29+
username: ${{ github.actor }}
30+
password: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Build and Push Docker image
3333
uses: depot/build-push-action@v1

0 commit comments

Comments
 (0)