Skip to content

Commit 1788bfd

Browse files
Copilotchrisribe
andcommitted
Fix version bump permission issues by adding contents write permission
Co-authored-by: chrisribe <1999791+chrisribe@users.noreply.github.com>
1 parent 62a9de4 commit 1788bfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-version-bump.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
bump-version:
1313
runs-on: ubuntu-latest
1414

15+
permissions:
16+
contents: write
17+
1518
# Skip if commit message contains [skip-version] or is from the bot itself
1619
if: "!contains(github.event.head_commit.message, '[skip-version]') && github.event.head_commit.author.name != 'github-actions[bot]'"
1720

0 commit comments

Comments
 (0)