Skip to content

Commit e1a6e2a

Browse files
authored
Merge pull request #25 from chrisribe/copilot/fix-version-bump-permission-issues
Fix version bump permission issues by adding contents write permission
2 parents 3a9512f + 1788bfd commit e1a6e2a

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)