README UPDATE

This commit is contained in:
2022-12-11 15:36:59 +05:30
parent 9ff5d156cb
commit 999dfbe6b3

View File

@@ -5,16 +5,34 @@ on:
- cron: '*/30 * * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: Update this repo's README with recent activity
# jobs:
# build:
# runs-on: ubuntu-latest
# name: Update this repo's README with recent activity
# steps:
# - uses: actions/checkout@v2
# - uses: jamesgeorge007/github-activity-readme@master
# env:
# GITHUB_TOKEN: ${{ secrets.SuperSecret }}
# with:
# COMMIT_MSG: 'Added recent activity on GitHub'
# MAX_LINES: 10
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jamesgeorge007/github-activity-readme@master
env:
GITHUB_TOKEN: ${{ secrets.SuperSecret }}
- uses: actions/checkout@master
with:
COMMIT_MSG: 'Added recent activity on GitHub'
MAX_LINES: 10
persist-credentials: false
fetch-depth: 0
- name: Create README.md
uses: actions-js/profile-readme@master
with:
username: psavarmattas
github_token: ${{ secrets.SuperSecret }}
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.SuperSecret }}