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 9b2998c commit 572d4b4Copy full SHA for 572d4b4
.github/workflows/preview.yml
@@ -16,6 +16,7 @@ jobs:
16
permissions:
17
actions: write # needed to allow julia-actions/cache to delete old caches that it has created
18
contents: write # needed for Quarto render
19
+ pull-requests: write # for GitHub action bot to write messages
20
if: ${{ !github.event.pull_request.draft }}
21
steps:
22
- uses: actions/checkout@v4
0 commit comments