Skip to content

Commit

Permalink
Update generate-gmr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Sep 26, 2023
1 parent ebdb9b8 commit 155b9db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/generate-gmr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'

permissions:
contents: write
issues: write
pull-requests: write
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
generate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 155b9db

Please sign in to comment.