[READ-ONLY] Mirror of https://github.com/probablykasper/readme-template-action-test.
0

Configure Feed

Select the types of activity you want to include in your feed.

Update readme-template.yml

authored by

Kasper and committed by
GitHub
(Aug 23, 2020, 9:49 PM +0200) 89ee63ef 6001072d

+1 -2
+1 -2
.github/workflows/readme-template.yml
··· 4 4 - cron: '0 */2 * * *' # every 2 hours 5 5 push: 6 6 branches: [ master ] 7 - workflow_dispatch: 8 7 jobs: 9 8 publish: 10 9 runs-on: ubuntu-latest ··· 15 14 - name: Generate README.md 16 15 uses: probablykasper/readme-template-action@v1 17 16 with: 18 - github_token: ${{ secrets.GITHUB_TOKEN }} 17 + token: ${{ secrets.README_TEMPLATE_TOKEN }} 19 18 template: TEMPLATE.md 20 19 output: README.md 21 20 - name: Update README.md