Skip to content

Commit

Permalink
GHunt v2 is RELEASED BOYSSS
Browse files Browse the repository at this point in the history
  • Loading branch information
mxrch committed Dec 3, 2022
1 parent 5a20e78 commit e6b0f87
Show file tree
Hide file tree
Showing 96 changed files with 6,624 additions and 3,123 deletions.
57 changes: 0 additions & 57 deletions .github/stale.yml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/docker-ghcr.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Generate Sponsors README
on:

This comment has been minimized.

Copy link
@Marcelomoraes92
workflow_dispatch:
schedule:
- cron: 30 15 * * 0-6
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.PAT }}
file: 'README.md'
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="50px" alt="{{{ login }}}" /></a>&nbsp;&nbsp;'

- name: Deploy to GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: master
folder: '.'
16 changes: 4 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
__pycache__/
lib/__pycache__/
modules/__pycache__/
profile_pics/*.jpg
resources/
chromedriver
chromedriver.exe
data.txt
login.py
.DS_Store
debug.log
*.env
.vscode
build/
dist/
__pycache__/
ghunt.egg-info/
27 changes: 0 additions & 27 deletions Dockerfile

This file was deleted.

Loading

0 comments on commit e6b0f87

Please sign in to comment.