Skip to content

Commit

Permalink
ci: rename GITHUB_ to GH_
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Feb 5, 2024
1 parent d9d3d0b commit 83b1ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
uses: docker/login-action@v1
env:
GITHUB_USER: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
registry: ghcr.io
username: $GITHUB_USER
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_TOKEN }}

- name: Build and Push Docker Image
env:
Expand Down

0 comments on commit 83b1ff0

Please sign in to comment.