Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed Nov 13, 2024
1 parent 9b33017 commit 9b1e088
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/fetch_contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ on:
- cron: '0 0 * * 0'
workflow_dispatch: # This will run the workflow on manual trigger

permissions:
contents: write
pull-requests: write

jobs:

contrib-readme-job:
name: A job to automate contrib in readme
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 9b1e088

Please sign in to comment.