Skip to content

Commit ddda1c1

Browse files
committed
Add API_GITHUB_TOKEN environment variable for publication refresh step
1 parent 0e1429e commit ddda1c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
uses: quarto-dev/quarto-actions/setup@v2
3232
- name: refresh publications and commit changes
3333
if: ${{ github.event_name == 'workflow_dispatch' || github.event.inputs.force == 'true' }}
34+
env:
35+
API_GITHUB_TOKEN: ${{ secrets.API_GITHUB_TOKEN }}
3436
run: |
3537
dotnet fsi getcomputo-pub.fsx
3638
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)