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 0e1429e commit ddda1c1Copy full SHA for ddda1c1
.github/workflows/build.yml
@@ -31,6 +31,8 @@ jobs:
31
uses: quarto-dev/quarto-actions/setup@v2
32
- name: refresh publications and commit changes
33
if: ${{ github.event_name == 'workflow_dispatch' || github.event.inputs.force == 'true' }}
34
+ env:
35
+ API_GITHUB_TOKEN: ${{ secrets.API_GITHUB_TOKEN }}
36
run: |
37
dotnet fsi getcomputo-pub.fsx
38
git config user.name "github-actions[bot]"
0 commit comments