Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

GHA Pipeline for Docker Builds #3

GHA Pipeline for Docker Builds

GHA Pipeline for Docker Builds #3

name: Update Contributors
on:
push:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions: write-all
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}