Skip to content

Commit

Permalink
fix: possible fix of 403 forbidden
Browse files Browse the repository at this point in the history
  • Loading branch information
segadora committed Nov 1, 2024
1 parent b0f466f commit 32e28c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ github.token }}
logout: false

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 32e28c8

Please sign in to comment.