Skip to content

Commit

Permalink
ci: add workflow_dispatch trigger, provide write permissions to keep-…
Browse files Browse the repository at this point in the history
…alive-gha
  • Loading branch information
vkt1414 authored Jul 4, 2024
1 parent fa56355 commit a4d4832
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/keep-alive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ name: keep-github-actions-alive
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

permissions:
actions: write

jobs:
keep-alive:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a4d4832

Please sign in to comment.