Skip to content

Aggiunta tabella collaboratori #2

Aggiunta tabella collaboratori

Aggiunta tabella collaboratori #2

name: Contributors_Readme
on:
push:
branches:
- main
schedule:
- cron: '1 0 * * *' #UTC
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.TRAFFIC_TOKEN }}