Skip to content

Commit c393a78

Browse files
committed
Set write persmissions explicitly
1 parent 623895d commit c393a78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on_external_dispatch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
outputs:
3131
sha-after-commit: ${{ steps.git_commit_sha.outputs.commit_sha }}
3232
runs-on: ubuntu-24.04
33+
permissions:
34+
contents: write
3335
steps:
3436
- name: Checkout DuckDB Python
3537
uses: actions/checkout@v4

0 commit comments

Comments
 (0)