Skip to content

Commit

Permalink
Bump bcomnes/deploy-to-neocities from 1 to 3
Browse files Browse the repository at this point in the history
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](bcomnes/deploy-to-neocities@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bcomnes committed Nov 23, 2024
1 parent 4770a67 commit 0e0c070
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/neocities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
npm i
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 }}
api_key: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: true
preview_before_deploy: true
neocoties_supporter: true

0 comments on commit 0e0c070

Please sign in to comment.