Skip to content

Commit 4984c3e

Browse files
committed
fix: giving permissions to python-app.yml for autoversioning.
1 parent 32f5c35 commit 4984c3e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,19 @@ on:
1313

1414
permissions:
1515
contents: read
16+
contents: write
17+
issues: write
18+
pull-requests: write
1619

1720
jobs:
1821
build:
1922

23+
# necessary for auto versioning
24+
permissions:
25+
contents: write
26+
issues: write
27+
pull-requests: write
28+
2029
runs-on: ubuntu-latest
2130

2231
steps:

0 commit comments

Comments
 (0)