Skip to content

Commit

Permalink
fix: permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
kowyo committed May 19, 2024
1 parent 835a0c6 commit 5e13906
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Update Readme

on:
push:
branches:
- main

schedule:
- cron: '0 0 * * *'

Expand All @@ -16,6 +20,8 @@ jobs:

- name: Checkout repo content
uses: actions/checkout@v4 # checkout the repository content to github runner
with:
persist-credentials: false

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -43,4 +49,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
branch: main
branch: main

0 comments on commit 5e13906

Please sign in to comment.