We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust.yml
docs.yaml
1 parent 794f30e commit 4f60edeCopy full SHA for 4f60ede
2 files changed
.github/workflows/docs.yaml
@@ -27,6 +27,8 @@ on:
27
name: Deploy DataFusion site
28
29
jobs:
30
+ permissions:
31
+ contents: write
32
build-docs:
33
name: Build docs
34
runs-on: ubuntu-latest
.github/workflows/rust.yml
@@ -42,6 +42,10 @@ on:
42
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
43
workflow_dispatch:
44
45
+permissions:
46
+ contents: read
47
+ actions: write
48
+
49
50
# Check crate compiles and base cargo check passes
51
linux-build-lib:
@@ -740,7 +744,7 @@ jobs:
740
744
with:
741
745
submodules: true
742
746
fetch-depth: 1
743
-
747
748
- name: Mark repository as safe for git
749
# Required for git commands inside container (avoids "dubious ownership" error)
750
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
0 commit comments