Skip to content

Commit 8cf6d81

Browse files
committed
update
1 parent cd94cd4 commit 8cf6d81

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/auto_publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212
jobs:
1313
run-python-script:
1414
runs-on: ubuntu-latest
15-
if: github.repository_owner == 'MicrosoftDocs'
15+
if: github.repository_owner == 'MicrosoftDocs'
16+
permissions:
17+
pull-requests: write
1618

1719
steps:
1820
# Checkout the automation branch

0 commit comments

Comments
 (0)