From 007c24206e2058bbaccc8a406f2642f081fd20ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 21:29:52 +0000 Subject: [PATCH 1/2] Bump bcomnes/deploy-to-neocities from 1 to 3 Bumps [bcomnes/deploy-to-neocities](https://github.com/bcomnes/deploy-to-neocities) from 1 to 3. - [Release notes](https://github.com/bcomnes/deploy-to-neocities/releases) - [Changelog](https://github.com/bcomnes/deploy-to-neocities/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcomnes/deploy-to-neocities/compare/v1...v3) --- updated-dependencies: - dependency-name: bcomnes/deploy-to-neocities dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/neocities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 5e0b6ec..39e8ce1 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -23,7 +23,7 @@ jobs: - run: npm i - run: npm run build - name: Deploy to neocities - uses: bcomnes/deploy-to-neocities@v1 + uses: bcomnes/deploy-to-neocities@v3 with: api_token: ${{ secrets.NEOCITIES_API_TOKEN }} cleanup: false From b45ca319f1bf7e8fd8349ad503f3db0d61f53a62 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Sat, 23 Nov 2024 13:33:49 -0800 Subject: [PATCH 2/2] Accommodate breaking changes --- .github/workflows/neocities.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 39e8ce1..07fc48b 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -25,5 +25,7 @@ jobs: - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v3 with: - api_token: ${{ secrets.NEOCITIES_API_TOKEN }} + api_key: ${{ secrets.NEOCITIES_API_TOKEN }} cleanup: false + neocities_supporter: true + preview_before_deploy: true