Skip to content

Commit 979e6f7

Browse files
committed
Added write permission to bump workflow
1 parent cf8e81d commit 979e6f7

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/bump-major.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Bump Major
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
bump_version:
811
runs-on: ubuntu-latest

.github/workflows/bump-minor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Bump Minor
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
bump_version:
811
runs-on: ubuntu-latest

.github/workflows/bump-patch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Bump Patch
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
bump_version:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)