Skip to content

Commit

Permalink
添加action权限
Browse files Browse the repository at this point in the history
  • Loading branch information
Meekdai committed Nov 10, 2023
1 parent e4fae18 commit 6d39ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Gmerss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build:
name: Reptile
runs-on: ubuntu-20.04
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions Gmerss.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

displayTime=info["published"]-displayDay*86400

print("====== Now timestamp = %d ======"%info["published"])
print("====== Start reptile Last %d days ======"%displayDay)

for rss in rssBase:
Expand Down

0 comments on commit 6d39ea9

Please sign in to comment.