Skip to content

Latest commit

 

History

History
180 lines (129 loc) · 3.56 KB

File metadata and controls

180 lines (129 loc) · 3.56 KB
Repo Ticker Stats
Stars Forks Last Commit

WorkFlowRepo

Caution

Just workflows, charts, banners, and traffic data lives here.

More as We Need them.

Clone/Mirror these flows in your own Repos to show banners and Graphs.

Just change Naming Conventions to align with you're Systems.

(Instructions below)

Use:

# Clone the repo
git clone https://github.com/statikfintechllc/WorkFlowRepo.git
cd WorkFlowRepo
ls
cd .github/workflows
ls
cd .. && cd ..
cd docs
ls
cd ticker-bot
ls && cd ..
cd graph
ls
cd .. && cd ..

Important

The above fully Installs, and Displays in terminal ALL folder content. To ensure easy navigation.


🔎 Expand for Setup 🔍

🧷 STEP 1: Create Your GitHub Personal Access Token (PAT)

  1. Go to: https://github.com/settings/tokens → Fine-grained tokens

  2. Click → Generate new token

  3. Set Token name: workflow-access

  4. Expiration: No expiration

  5. Select Repo: choose your target repo

  6. Permissions:

  • ✅ Contents: Read and Write
  • ✅ Metadata: Read-only
  1. Generate token → Copy it

🔒 STEP 2: Save as a Repository Secret

  1. Go to your repo: https://github.com/<your-username>/<your-repo>/settings/secrets/actions

  2. Click → New repository secret

  • Name: PAT_GITHUB
  • Value: (Paste the token you copied)

🧬 STEP 3: Edit Workflow .yml Files

  1. Find and update Lin 31 in the traffic_graph.yml workflow file change:
REPO: statikfintechllc/AscendAI

To match you're repo's naming.


🗃️ Files to Modify:

Inside .github/workflows in both .yml change:

on:
  schedule:
  #  - cron: "*/5 * * * *"

To:

on:
  schedule:
    - cron: "*/5 * * * *"

Inside docs/ticker-bot/fetch_stats.py, Update lines 9-16:

REPOS = [
    "statikfintechllc/AscendAI",
    "statikfintechllc/Mobile-Developer",
    "statikfintechllc/AscendDocs-of-GovSeverance",
    "statikfintechllc/GodCore",
    "statikfintechllc/AscendNet",
    "statikfintechllc/WorkFlowRepo"
]

To match you're repo's naming.


🌀 Expand to See Options 🌀

The Ticker-Bot


Repo Ticker Stats

The Graph


Traffic Graph

Enjoy!