Skip to content

ci: Remove permissions block #4

ci: Remove permissions block

ci: Remove permissions block #4

Workflow file for this run

on:
push:
branches:
- master
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Update README contributors
if: github.repository_owner == 'Wingysam'
steps:
- name: Update contributor list
uses: akhilmhdh/[email protected]
with:
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}