Skip to content

Commit

Permalink
add write permission for update-known-hosts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshanziya committed Jun 10, 2024
1 parent 5e13d26 commit 24c6024
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-known-hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: '30 5 * * 1'

permissions:
contents: write

jobs:
known-hosts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 24c6024

Please sign in to comment.