Skip to content

fix(settings): Keys updated for Settings refactor (#102) #19

fix(settings): Keys updated for Settings refactor (#102)

fix(settings): Keys updated for Settings refactor (#102) #19

Workflow file for this run

name: Update Contributors
on:
push:
branches:
- develop
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Generate Token
id: generate_token
uses: tibdex/[email protected]
with:
app_id: ${{ secrets.RELEASE_BOT_ID }}
private_key: ${{ secrets.RELEASE_BOT_PEM }}
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
use_username: true
auto_detect_branch_protection: false
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}