Skip to content

Commit

Permalink
docs: add contents write permission callout
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves authored Jun 19, 2024
1 parent 18c0129 commit 89313c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ name: Refresh Feed
on:
schedule:
- cron: 10 15 * * 0-6
permissions:
contents: write
jobs:
refresh-feed:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -112,6 +114,8 @@ name: Build and Deploy
on:
schedule:
- cron: 10 16 * * 0-6
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 89313c2

Please sign in to comment.