Skip to content

Merge pull request #7 from pusewicz/dependabot/bundler/rexml-3.3.3 #6

Merge pull request #7 from pusewicz/dependabot/bundler/rexml-3.3.3

Merge pull request #7 from pusewicz/dependabot/bundler/rexml-3.3.3 #6

Workflow file for this run

name: Contributors
on:
push:
branches:
- main
permissions:
contents: write
deployments: write
pull-requests: write
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Automate contributors list in README
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}