We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623895d commit c393a78Copy full SHA for c393a78
.github/workflows/on_external_dispatch.yml
@@ -30,6 +30,8 @@ jobs:
30
outputs:
31
sha-after-commit: ${{ steps.git_commit_sha.outputs.commit_sha }}
32
runs-on: ubuntu-24.04
33
+ permissions:
34
+ contents: write
35
steps:
36
- name: Checkout DuckDB Python
37
uses: actions/checkout@v4
0 commit comments