README UPDATE
This commit is contained in:
38
.github/workflows/update-activity-workflow.yml
vendored
38
.github/workflows/update-activity-workflow.yml
vendored
@@ -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 }}
|
||||
Reference in New Issue
Block a user