Skip to content

Update codeql-analysis.yml #34

Update codeql-analysis.yml

Update codeql-analysis.yml #34

name: Acknowledge the Contributors
on:
push:
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
with:
columns_per_row: 2
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}