Skip to content

Commit

Permalink
fix: Package write
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Jan 18, 2024
1 parent 79aaa1c commit 2afcfba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [created]
permissions:
actions: write
packages: write

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -50,8 +51,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 2afcfba

Please sign in to comment.