From 562b67d03c4e2e6652b984af6a3ec9f1d7b23ca8 Mon Sep 17 00:00:00 2001 From: kolosovpetro Date: Wed, 25 Sep 2024 01:17:49 +0200 Subject: [PATCH] deploy pipeline --- .github/workflows/build-and-deploy-pdf.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-deploy-pdf.yml b/.github/workflows/build-and-deploy-pdf.yml index 6c0d81e..e07b4d2 100644 --- a/.github/workflows/build-and-deploy-pdf.yml +++ b/.github/workflows/build-and-deploy-pdf.yml @@ -13,6 +13,7 @@ env: jobs: build-deploy-pdf: uses: kolosovpetro/github-latex-template/.github/workflows/build-and-deploy-pdf-template.yml@MATH-56 + secrets: inherit with: file_name: 'GithubLatexTemplate' runs_on: 'ubuntu-latest'