From 5bb28192127b5d8f1a19abd8232952f2e1cf9099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 06:12:02 +0000 Subject: [PATCH] build(deps): bump gofunky/siteleaf-updater from v2.0.1 to v2.0.2 Bumps [gofunky/siteleaf-updater](https://github.com/gofunky/siteleaf-updater) from v2.0.1 to v2.0.2. - [Release notes](https://github.com/gofunky/siteleaf-updater/releases) - [Commits](https://github.com/gofunky/siteleaf-updater/compare/v2.0.1...0992df2b948ffbf2d81bd4dec0e8bce9798f56f9) Signed-off-by: dependabot[bot] --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c0d3f08..da833ce 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2.3.2 - name: update siteleaf pages id: siteleaf - uses: gofunky/siteleaf-updater@v2.0.1 + uses: gofunky/siteleaf-updater@v2.0.2 with: api-key: ${{ secrets.SITELEAF_API_KEY }} api-secret: ${{ secrets.SITELEAF_API_SECRET }}