Skip to content

Commit

Permalink
quarto deploy action requires special permissions when running inside…
Browse files Browse the repository at this point in the history
… a container
  • Loading branch information
cboettig committed Dec 20, 2023
1 parent 55b731c commit 526f98e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/quarto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
permissions:
contents: write
steps:
- name: Quarto-inside-docker permissions
run: git config --system --add safe.directory '*'

- name: Check out repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 526f98e

Please sign in to comment.