Skip to content

Commit

Permalink
feat: update GitHub Actions workflow to use new secrets for Docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
lakminagamage committed Dec 14, 2024
1 parent ac082ea commit d7b59b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
username: ${{ secrets.GITHUB_USERNAME }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.SCX_GITHUB_USERNAME }}
password: ${{ secrets.SCX_GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit d7b59b7

Please sign in to comment.