From 46be73c68824e273bb8078fa472618bf680e745b Mon Sep 17 00:00:00 2001 From: Castedo Ellerman Date: Tue, 6 Feb 2024 20:30:19 -0500 Subject: [PATCH] upgrade to Baseprinter Action v4, autobaseprint * generated baseprint snapshot committed to autobaseprint branch --- .github/workflows/baseprinter.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/baseprinter.yaml b/.github/workflows/baseprinter.yaml index bb7fd14..1a149d7 100644 --- a/.github/workflows/baseprinter.yaml +++ b/.github/workflows/baseprinter.yaml @@ -8,7 +8,9 @@ on: workflow_dispatch: # Grant GITHUB_TOKEN the permissions required to make a Pages deployment +# and committing generated baseprint snapshot to autobaseprint branch permissions: + contents: write pages: write id-token: write @@ -16,7 +18,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: castedo/baseprinter-action@v3 + - uses: castedo/baseprinter-action@v4 with: defaults-file: "pandocin.yaml" deploy: