Skip to content

Commit 96ecb2b

Browse files
committed
[skip ci] fix token write access for adding tag
1 parent 897e428 commit 96ecb2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
release_version: ${{ steps.release_version.outputs.value }}
1212
runs-on: ubuntu-latest
1313
permissions:
14-
contents: read
14+
contents: write
1515
packages: read
1616
steps:
1717
- name: Checkout repository
@@ -60,7 +60,7 @@ jobs:
6060
needs: publish
6161
runs-on: ubuntu-latest
6262
permissions:
63-
contents: read
63+
contents: write
6464
steps:
6565
- name: "📥 Checkout repository"
6666
uses: actions/checkout@v4

0 commit comments

Comments
 (0)