Skip to content

Commit 85b5bbc

Browse files
Actions/fix commit permissions (#1405)
* Remove unnecesssary manual commit step in `.github\workflows\bump-dev-dep.yml` * Fix commit permissions
1 parent f55fe16 commit 85b5bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump-dev-dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
bump-dev-dep:
1717
permissions:
18-
contents: read # Required to checkout
18+
contents: write # Required to commit
1919
pull-requests: write # Required to create PR
2020
runs-on: ubuntu-latest
2121
steps:

0 commit comments

Comments
 (0)