Skip to content

Commit 53619a6

Browse files
committed
simplify
1 parent 2c2a3a9 commit 53619a6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/update-app-events-data.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
- cron: "0 0 * * 1" # Run every Monday at 00:00 UTC
66
workflow_dispatch: # Allow manual triggering
77

8-
permissions:
9-
contents: read
10-
pull-requests: write
11-
128
jobs:
139
update-app-events-data:
1410
runs-on: ubuntu-latest
@@ -45,7 +41,7 @@ jobs:
4541
run: node ./scripts/create_app_events_docs_markdown.mjs
4642

4743
- name: Create Pull Request
48-
uses: peter-evans/create-pull-request@v7
44+
uses: peter-evans/create-pull-request@v6
4945
with:
5046
commit-message: Update app events data
5147
title: Update App Events Data

0 commit comments

Comments
 (0)