Skip to content

Commit

Permalink
Replace GH_PAT with CR_PAT, as per docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
m50 committed Jan 16, 2021
1 parent 7c9d9f1 commit 4032bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: marisa50
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_PAT }}
password: ${{ secrets.CR_PAT }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 4032bbe

Please sign in to comment.