Skip to content

Commit

Permalink
Fix 403 Forbidden in push to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
snorwin authored Nov 15, 2023
1 parent 3e0de03 commit e2b6e59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
logout: false
- name: Checkout
uses: actions/checkout@v2
- name: Modify Dockerfile
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
logout: false
- name: Checkout
uses: actions/checkout@v2
- name: Modify Dockerfile
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
logout: false
- name: Checkout
uses: actions/checkout@v2
- name: Modify Dockerfile
Expand Down

0 comments on commit e2b6e59

Please sign in to comment.