name: Org membership recommendations on: workflow_dispatch: schedule: - cron: '0 0 1 * *' jobs: run-recommendation: name: Check for a recommendation if: github.repository_owner == 'syncthing' runs-on: ubuntu-latest steps: - uses: docker://ghcr.io/calmh/github-org-members:latest env: GITHUB_ORGANISATION: syncthing GITHUB_TOKEN: ${{ secrets.GOM_GITHUB_TOKEN }} GOM_IGNORE_USERS: ${{ secrets.GOM_IGNORE_USERS }} GOM_ALSO_REPOS: ${{ secrets.GOM_ALSO_REPOS }}