Skip to content

Commit

Permalink
actions: Change username for login to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Apr 17, 2021
1 parent 671c1b6 commit c46d962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: femiwiki-bot
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- id: version
Expand Down

0 comments on commit c46d962

Please sign in to comment.