Skip to content

Commit

Permalink
add github sponsors action (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ocodista and github-actions[bot] authored Sep 24, 2024
1 parent df27220 commit 7ede39c
Show file tree
Hide file tree
Showing 4 changed files with 1,108 additions and 1,037 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/add-sponsors-to-readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Generate Sponsors README
on:
workflow_dispatch:
schedule:
- cron: 30 15 * * 0-6
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2

- name: Generate Sponsors 💖
uses: JamesIves/github-sponsors-readme-action@v1
with:
token: ${{ secrets.SPONSORS_PAT }}
file: 'README.md'

# ⚠️ Note: You can use any deployment step here to automatically push the README
# changes back to your branch.
- name: Deploy to GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: main
folder: '.'
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Trampar de Casa 💻🏠

[![Better Stack Badge](https://uptime.betterstack.com/status-badges/v3/monitor/1kmif.svg)](https://uptime.betterstack.com/?utm_source=status_badge)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/ocodista/trampar-de-casa/main)
![GitHub contributors](https://img.shields.io/github/contributors/ocodista/trampar-de-casa)
Expand All @@ -20,6 +21,12 @@ Semanalmente, enviamos 1 email com vagas 100% remotas que correspondem ao perfil

## [Manifesto sobre o Trabalho Remoto](./manifesto.md)

## Apoiadores / Sponsors

Um agradecimento especial a todos os nossos [sponsors](https://github.com/sponsors/ocodista) ❤️

<!-- sponsors --><!-- sponsors -->

## Roadmap do Projeto 🚧

- [x] **Cadastro de Preferências**: Definir preferências de trabalho dos usuários.
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.31",
"version": "1.0.32",
"private": true,
"scripts": {
"dev": "development=true next dev",
Expand Down
Loading

0 comments on commit 7ede39c

Please sign in to comment.