Skip to content

Commit

Permalink
fix: return github user to actor
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Jun 21, 2024
1 parent c9ceb72 commit b6060c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jerigon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up rust cache
Expand Down

0 comments on commit b6060c4

Please sign in to comment.