Skip to content

feat: add global search to Reddit fetch #28

feat: add global search to Reddit fetch

feat: add global search to Reddit fetch #28

Workflow file for this run

name: Homeboy
on:
pull_request:
branches: [main]
push:
branches: [main]
tags: ['v*']
schedule:
- cron: '*/15 * * * *'
workflow_dispatch:
permissions:
contents: write
pull-requests: write
issues: write
jobs:
homeboy:
name: Homeboy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Generate app token
id: app-token
uses: actions/create-github-app-token@v1
continue-on-error: true
with:
app-id: ${{ secrets.HOMEBOY_APP_ID }}
private-key: ${{ secrets.HOMEBOY_APP_PRIVATE_KEY }}
- uses: Extra-Chill/homeboy-action@v2
with:
app-token: ${{ steps.app-token.outputs.token || '' }}