Skip to content

Commit 6027473

Browse files
committed
fix permissions in workflow
1 parent 7477ada commit 6027473

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-main-version.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
jobs:
1818
tag:
1919
runs-on: ubuntu-latest
20+
permissions:
21+
contents: write
2022
steps:
2123
- uses: actions/checkout@v4
2224
with:

0 commit comments

Comments
 (0)