Skip to content

Commit 1aba0e9

Browse files
committed
fix: go back to default permissions in the release workflow
So it can do its things. Signed-off-by: Utku Ozdemir <utkuozdemir@gmail.com>
1 parent 4b3e723 commit 1aba0e9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
jobs:
88
release:
99
runs-on: ubuntu-24.04
10-
permissions:
11-
packages: write
1210
steps:
1311
- name: Checkout
1412
uses: actions/checkout@v4.2.2
@@ -29,7 +27,7 @@ jobs:
2927
uses: docker/login-action@v3.4.0
3028
with:
3129
registry: ghcr.io
32-
username: utkuozdemir
30+
username: ${{ github.repository_owner }}
3331
password: ${{ secrets.GITHUB_TOKEN }}
3432
- name: GoReleaser
3533
uses: goreleaser/goreleaser-action@v6.3.0

0 commit comments

Comments
 (0)