Skip to content

Add README.md file with project description #45

Add README.md file with project description

Add README.md file with project description #45

Workflow file for this run

name: Code Scan
on:
pull_request:
types: [opened, synchronize]
jobs:
scan:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
# Step 1: Checkout the code
- uses: actions/checkout@v3
# Step 3: Run the custom action
- name: Gemini Code Scanner
uses: ./
env:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
MY_GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
REPO_NAME: ${{ github.repository }} # Dynamically fetch the repo name
BRANCH_NAME: ${{ github.head_ref || github.ref_name }} # Correct branch name logic