Skip to content

Commit

Permalink
Add permissions for keepalive workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Mar 10, 2024
1 parent d979ff6 commit d76dd3a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions template/.github/workflows/keep-alive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ jobs:
keep-alive:
name: Alive
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@14b7c72e9af14bddbbc1022a6f0bd20b1eac2619
with:
commit_message: Ah ah ah, stayin' alive
committer_username: ForrestQuant
committer_email: [email protected]
time_elapsed: 50 # days

0 comments on commit d76dd3a

Please sign in to comment.