Skip to content

Commit 009f52a

Browse files
committed
try with permissions
1 parent 53619a6 commit 009f52a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

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

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
812
jobs:
913
update-app-events-data:
1014
runs-on: ubuntu-latest
@@ -41,7 +45,7 @@ jobs:
4145
run: node ./scripts/create_app_events_docs_markdown.mjs
4246

4347
- name: Create Pull Request
44-
uses: peter-evans/create-pull-request@v6
48+
uses: peter-evans/create-pull-request@v7
4549
with:
4650
commit-message: Update app events data
4751
title: Update App Events Data

0 commit comments

Comments
 (0)