Skip to content

Commit

Permalink
fix: Update Docker build workflow to include token for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Nov 6, 2024
1 parent 65b29df commit 34c3981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.sha }}
token: ${{ secrets.GH_PAT }}

- name: Ensure Release Branch is Up-to-Date
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Docker Image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 34c3981

Please sign in to comment.