Skip to content

Commit

Permalink
Merge pull request #12 from zeshanziya/permission-issue
Browse files Browse the repository at this point in the history
add write permission for update-known-hosts.yml
  • Loading branch information
zeshanziya authored Jun 10, 2024
2 parents 5e13d26 + 24c6024 commit 021e84c
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 021e84c

Please sign in to comment.