Skip to content

Commit 7676102

Browse files
committed
Add permissioning to release tag action
1 parent 8279c75 commit 7676102

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Security
2+
body: Add permissioning to release tag action"
3+
time: 2025-12-19T02:40:00.168373-05:00

.github/workflows/create-release-tag.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
create-release-tag:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
1315
if: "startsWith(github.event.head_commit.message, 'version:')"
1416
steps:
1517
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # actions/checkout@v4

0 commit comments

Comments
 (0)