Skip to content

Commit

Permalink
switch to github token
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwalker committed Feb 2, 2024
1 parent e6ee005 commit 21e3068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_PUSH_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Container Image to GitHub Container Repository
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 21e3068

Please sign in to comment.