Skip to content

Commit

Permalink
chore: Update develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aegyo authored Jan 14, 2024
1 parent b464282 commit 94a0fe3
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
name: Update Contributors

on:
push:
branches:
- develop
push:
branches:
- develop

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 }}

0 comments on commit 94a0fe3

Please sign in to comment.