Skip to content

Commit 9f037a8

Browse files
authored
Update release_tag.yml
1 parent 74ca1f8 commit 9f037a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release_tag.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ on:
1212
required: true
1313
type: boolean
1414
default: true
15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
release-and-tag:
1720
runs-on: ubuntu-latest
21+
permissions:
22+
contents: write
1823
steps:
1924
- name: Checkout repository
2025
uses: actions/checkout@v4

0 commit comments

Comments
 (0)