Skip to content

Commit

Permalink
Merge pull request #280 from reconsumeralization/sweep/fix-gha-authen…
Browse files Browse the repository at this point in the history
…tication

[Sweep GHA Fix] Fix failing GitHub Actions authentication
  • Loading branch information
reconsumeralization authored Dec 27, 2024
2 parents e1ef6cf + e2b6c35 commit f240eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Login to Docker
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: my_username
password: my_password

# Add more steps as needed for the build process

0 comments on commit f240eab

Please sign in to comment.