Skip to content

Commit b68c2a4

Browse files
committed
fix workflow
1 parent 2f6db19 commit b68c2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
bump-version:
1010
name: "Bump Version on main"
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214

1315
steps:
1416
- name: "Checkout source code"
@@ -23,7 +25,5 @@ jobs:
2325

2426
- name: "Automated Version Bump"
2527
uses: "phips28/gh-action-bump-version@master"
26-
permissions:
27-
contents: write
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)