Skip to content

Client updates

Client updates #49

Workflow file for this run

name: update-contributors
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Auto-add contributors
uses: BobAnkh/[email protected]
with:
CONTRIBUTOR: '# Contributors'
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}